ChatModifyProps constructor

const ChatModifyProps({
  1. bool? emoteMode,
  2. bool? followerMode,
  3. int? followerModeDuration,
  4. bool? nonModeratorChatDelay,
  5. int? nonModeratorChatDelayDuration,
  6. bool? slowMode,
  7. int? slowModeWaitTime,
  8. bool? subscriberMode,
  9. bool? uniqueChatMode,
})

Implementation

const factory ChatModifyProps({
  bool? emoteMode,
  bool? followerMode,
  int? followerModeDuration,
  bool? nonModeratorChatDelay,
  int? nonModeratorChatDelayDuration,
  bool? slowMode,
  int? slowModeWaitTime,
  bool? subscriberMode,
  bool? uniqueChatMode,
}) = _ChatModifyProps;