Uses of Class
it.tdlight.jni.TdApi.BotCommand
-
Uses of TdApi.BotCommand in it.tdlight.jni
Fields in it.tdlight.jni declared as TdApi.BotCommandModifier 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.Constructors in it.tdlight.jni with parameters of type TdApi.BotCommandModifierConstructorDescriptionBotCommands
(long botUserId, TdApi.BotCommand[] commands) Contains a list of bot commands.BotInfo
(String shareText, String description, TdApi.Photo photo, TdApi.Animation animation, 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.