SetChatSlowModeDelay constructor

SetChatSlowModeDelay(
  1. {required int chat_id,
  2. required int slow_mode_delay,
  3. int? extra,
  4. int? clientId}
)

Changes the slow mode delay of a chat. Available only for supergroups; requires can_restrict_members rights

Returns Ok

Implementation

SetChatSlowModeDelay