Package org.drinkless.tdlib
Class TdApi.SetChatSlowModeDelay
- Enclosing class:
- TdApi
Changes the slow mode delay of a chat. Available only for supergroups; requires canRestrictMembers administrator right.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.intNew slow mode delay for the chat, in seconds; must be one of 0, 10, 30, 60, 300, 900, 3600. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes the slow mode delay of a chat.SetChatSlowModeDelay(long chatId, int slowModeDelay) Creates a function, which changes the slow mode delay of a chat. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
slowModeDelay
public int slowModeDelayNew slow mode delay for the chat, in seconds; must be one of 0, 10, 30, 60, 300, 900, 3600. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetChatSlowModeDelay
public SetChatSlowModeDelay()Default constructor for a function, which changes the slow mode delay of a chat. Available only for supergroups; requires canRestrictMembers administrator right.Returns
Ok -
SetChatSlowModeDelay
public SetChatSlowModeDelay(long chatId, int slowModeDelay) Creates a function, which changes the slow mode delay of a chat. Available only for supergroups; requires canRestrictMembers administrator right.Returns
Ok- Parameters:
chatId- Chat identifier.slowModeDelay- New slow mode delay for the chat, in seconds; must be one of 0, 10, 30, 60, 300, 900, 3600.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-