Package org.drinkless.tdlib
Class TdApi.SetChatPermissions
- Enclosing class:
- TdApi
Changes the chat members permissions. Supported only for basic groups and supergroups. Requires canRestrictMembers administrator right.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.New non-administrator members permissions in the chat. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes the chat members permissions.SetChatPermissions(long chatId, TdApi.ChatPermissions permissions) Creates a function, which changes the chat members permissions. -
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. -
permissions
New non-administrator members permissions in the chat. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetChatPermissions
public SetChatPermissions()Default constructor for a function, which changes the chat members permissions. Supported only for basic groups and supergroups. Requires canRestrictMembers administrator right.Returns
Ok -
SetChatPermissions
Creates a function, which changes the chat members permissions. Supported only for basic groups and supergroups. Requires canRestrictMembers administrator right.Returns
Ok- Parameters:
chatId- Chat identifier.permissions- New non-administrator members permissions in the chat.
-
-
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
-