Uses of Class
org.drinkless.tdlib.TdApi.BotCommandScope
Packages that use TdApi.BotCommandScope
-
Uses of TdApi.BotCommandScope in org.drinkless.tdlib
Subclasses of TdApi.BotCommandScope in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
A scope covering all group and supergroup chat administrators.static class
A scope covering all group and supergroup chats.static class
A scope covering all private chats.static class
A scope covering all members of a chat.static class
A scope covering all administrators of a chat.static class
A scope covering a member of a chat.static class
A scope covering all users.Fields in org.drinkless.tdlib declared as TdApi.BotCommandScopeModifier and TypeFieldDescriptionTdApi.DeleteCommands.scope
The scope to which the commands are relevant; pass null to delete commands in the default bot command scope.TdApi.GetCommands.scope
The scope to which the commands are relevant; pass null to get commands in the default bot command scope.TdApi.SetCommands.scope
The scope to which the commands are relevant; pass null to change commands in the default bot command scope.Constructors in org.drinkless.tdlib with parameters of type TdApi.BotCommandScopeModifierConstructorDescriptionDeleteCommands
(TdApi.BotCommandScope scope, String languageCode) Creates a function, which deletes commands supported by the bot for the given user scope and language; for bots only.GetCommands
(TdApi.BotCommandScope scope, String languageCode) Creates a function, which returns the list of commands supported by the bot for the given user scope and language; for bots only.SetCommands
(TdApi.BotCommandScope scope, String languageCode, TdApi.BotCommand[] commands) Creates a function, which sets the list of commands supported by the bot for the given user scope and language; for bots only.