Skip to content

Commit

Permalink
fix: banner action
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Apr 8, 2024
1 parent e55588c commit 9a89826
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/youtube/types/get_live_chat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ pub enum Action {
#[serde(deserialize_with = "deserialize_number_from_string")]
video_offset_time_msec: i64
},
#[serde(rename = "addBannerToLiveChatCommand")]
#[serde(rename_all = "camelCase")]
AddBannerToLiveChat {
#[serde(flatten)]
data: simd_json::OwnedValue
},
LiveChatReportModerationStateCommand(simd_json::OwnedValue)
}

Expand Down

0 comments on commit 9a89826

Please sign in to comment.