SetChatSlowModeDelay class
- Inheritance
-
- Object
- TdFunction
- SetChatSlowModeDelay
Constructors
- SetChatSlowModeDelay({required int chatId, required int slowModeDelay})
-
Changes the slow mode delay of a chat. Available only for supergroups; requires can_restrict_members rights
const
Properties
- chatId → int
-
chatId Chat identifier
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slowModeDelay → int
-
slowModeDelay New slow mode delay for the chat, in seconds; must be one of 0, 10, 30, 60, 300, 900, 3600
final
Methods
-
copyWith(
{int? chatId, int? slowModeDelay}) → SetChatSlowModeDelay -
getConstructor(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
[dynamic extra]) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CONSTRUCTOR → const String