You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Timestamp for the period over which the returned data is aggregated. Must be in RFC 3339 format. If this is not provided, data is aggregated over the current period; e.g., the current day/week/month/year. This value is ignored if period is "all".
/// The announcement to make in the broadcaster’s chat room. Announcements are limited to a maximum of 500 characters; announcements longer than 500 characters are truncated.
93
93
#[serde(borrow)]
94
-
pubmessage:&'astr,
94
+
pubmessage:Cow<'a,str>,
95
95
// FIXME: Enumify?
96
96
/// The color used to highlight the announcement. Possible case-sensitive values are:
/// The term must contain a minimum of 2 characters and may contain up to a maximum of 500 characters.
92
92
/// Terms can use a wildcard character (*). The wildcard character must appear at the beginning or end of a word, or set of characters. For example, *foo or foo*.
0 commit comments