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
Copy file name to clipboardExpand all lines: twitchio/models/chat.py
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -524,10 +524,14 @@ class ChatSettings:
524
524
non_moderator_chat_delay: bool
525
525
A Boolean value that determines whether the broadcaster adds a short delay before chat messages appear in the chat room.
526
526
This gives chat moderators and bots a chance to remove them before viewers can see the message.
527
-
See the non_moderator_chat_delay_duration field for the length of the delay. Is True if the broadcaster applies a delay; otherwise, False.
527
+
See the ``non_moderator_chat_delay_duration`` field for the length of the delay.
528
+
529
+
Is True if the broadcaster applies a delay; otherwise, False.
530
+
528
531
The response includes this field only if the request specifies a user access token that includes the ``moderator:read:chat_settings`` scope and the user in the moderator_id query parameter is one of the broadcaster's moderators.
529
532
non_moderator_chat_delay_duration: int | None
530
533
The amount of time, in seconds, that messages are delayed before appearing in chat. Is None if non_moderator_chat_delay is False.
534
+
531
535
The response includes this field only if the request specifies a user access token that includes the ``moderator:read:chat_settings scope`` and the user in the moderator_id query parameter is one of the broadcaster's moderators.
0 commit comments