SetChatSlowModeDelay constructor
Changes the slow mode delay of a chat. Available only for supergroups; requires can_restrict_members rights
Implementation
const SetChatSlowModeDelay({
required this.chatId,
required this.slowModeDelay,
});
Changes the slow mode delay of a chat. Available only for supergroups; requires can_restrict_members rights
const SetChatSlowModeDelay({
required this.chatId,
required this.slowModeDelay,
});