Package org.drinkless.tdlib
Class TdApi.BotCommandScopeChatAdministrators
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.BotCommandScope
org.drinkless.tdlib.TdApi.BotCommandScopeChatAdministrators
- Enclosing class:
- TdApi
A scope covering all administrators of a chat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionA scope covering all administrators of a chat.BotCommandScopeChatAdministrators(long chatId) A scope covering all administrators of a chat. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
BotCommandScopeChatAdministrators
public BotCommandScopeChatAdministrators()A scope covering all administrators of a chat. -
BotCommandScopeChatAdministrators
public BotCommandScopeChatAdministrators(long chatId) A scope covering all administrators of a chat.- Parameters:
chatId- Chat identifier.
-
-
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
-