SetChatSlowModeDelay constructor

SetChatSlowModeDelay({
  1. String? extra,
  2. int? client_id,
  3. int53? chat_id,
  4. int32? slow_mode_delay,
})

Implementation

SetChatSlowModeDelay({
  super.extra,
  super.client_id,
  this.chat_id,
  this.slow_mode_delay,
});