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 classA scope covering all group and supergroup chat administrators.static classA scope covering all group and supergroup chats.static classA scope covering all private chats.static classA scope covering all members of a chat.static classA scope covering all administrators of a chat.static classA scope covering a member of a chat.static classA scope covering all users.Fields in org.drinkless.tdlib declared as TdApi.BotCommandScopeModifier and TypeFieldDescriptionTdApi.DeleteCommands.scopeThe scope to which the commands are relevant; pass null to delete commands in the default bot command scope.TdApi.GetCommands.scopeThe scope to which the commands are relevant; pass null to get commands in the default bot command scope.TdApi.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.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.