Skip to content

Commit d5c7887

Browse files
committed
added missing field emote_mode to ChatSettings, closes #234
1 parent ea4a78c commit d5c7887

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

twitchAPI/object.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ class ExtensionTransaction(TwitchObject):
334334
class ChatSettings(TwitchObject):
335335
broadcaster_id: str
336336
moderator_id: str
337+
emote_mode: bool
337338
slow_mode: bool
338339
slow_mode_wait_time: int
339340
follower_mode: bool

0 commit comments

Comments
 (0)