forked from jmug/stoatchat
fix(january): add youtube timestamp field
This commit is contained in:
@@ -46,6 +46,9 @@ pub enum Special {
|
|||||||
None,
|
None,
|
||||||
YouTube {
|
YouTube {
|
||||||
id: String,
|
id: String,
|
||||||
|
|
||||||
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
timestamp: Option<String>,
|
||||||
},
|
},
|
||||||
Twitch {
|
Twitch {
|
||||||
content_type: TwitchType,
|
content_type: TwitchType,
|
||||||
|
|||||||
Reference in New Issue
Block a user