-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add missing endpoints #394
Conversation
/// * `1000` — First level of paid or Prime subscription | ||
/// * `2000` — Second level of paid subscription | ||
/// * `3000` — Third level of paid subscription | ||
pub sub_tier: types::SubscriptionTier, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is technically wrong, twitch_types::SubscriptionTier
includes prime
} | ||
|
||
/// Deserialize {"field": field} as { field ...} and serialize in reverse | ||
mod enum_field_as_inner { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Im not sure about this name.
Also, I think i can use this for eventsub and pubsub deser instead of macro trickery, will investigate
42b5725
to
d1ed419
Compare
forgot to actually test .notification :) |
will continue improving later
still some stuff to do though, want it to be an enum
40e337f
to
eaab872
Compare
This should be ready, just need .message implemented in #399 I heavily dislike the ad schedule related endpoints, they should never have been released in GA... |
eaab872
to
ef80da5
Compare
7555ef7
to
6228ff9
Compare
6228ff9
to
81b4b55
Compare
feat(eventsub): add `channel.chat.message`
Nice :)