Uses of Class
org.drinkless.tdlib.TdApi.BotCommandScope
-
Packages that use TdApi.BotCommandScope Package Description org.drinkless.tdlib -
-
Uses of TdApi.BotCommandScope in org.drinkless.tdlib
Subclasses of TdApi.BotCommandScope in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.BotCommandScopeAllChatAdministratorsA scope covering all group and supergroup chat administrators.static classTdApi.BotCommandScopeAllGroupChatsA scope covering all group and supergroup chats.static classTdApi.BotCommandScopeAllPrivateChatsA scope covering all private chats.static classTdApi.BotCommandScopeChatA scope covering all members of a chat.static classTdApi.BotCommandScopeChatAdministratorsA scope covering all administrators of a chat.static classTdApi.BotCommandScopeChatMemberA scope covering a member of a chat.static classTdApi.BotCommandScopeDefaultA scope covering all users.Fields in org.drinkless.tdlib declared as TdApi.BotCommandScope Modifier and Type Field Description TdApi.BotCommandScopeTdApi.DeleteCommands. scopeThe scope to which the commands are relevant; pass null to delete commands in the default bot command scope.TdApi.BotCommandScopeTdApi.GetCommands. scopeThe scope to which the commands are relevant; pass null to get commands in the default bot command scope.TdApi.BotCommandScopeTdApi.SetCommands. scopeThe 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.BotCommandScope Constructor Description DeleteCommands(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.
-