Uses of Class
it.tdlight.jni.TdApi.BotCommand
-
Uses of TdApi.BotCommand in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.BotCommands.commands
List of bot commands.TdApi.BotInfo.commands
List of the bot commands.TdApi.SetCommands.commands
List of the bot's commands.ModifierConstructorDescriptionBotCommands
(long botUserId, TdApi.BotCommand[] commands) Contains a list of bot commands.BotInfo
(String shareText, String description, TdApi.BotMenuButton menuButton, TdApi.BotCommand[] commands, TdApi.ChatAdministratorRights defaultGroupAdministratorRights, TdApi.ChatAdministratorRights defaultChannelAdministratorRights) Contains information about a bot.SetCommands
(TdApi.BotCommandScope scope, String languageCode, TdApi.BotCommand[] commands) Sets the list of commands supported by the bot for the given user scope and language; for bots only.