Uses of Class
it.tdlight.jni.TdApi.BotCommand
-
Uses of TdApi.BotCommand in it.tdlight.jni
Fields in it.tdlight.jni declared as TdApi.BotCommand Modifier and Type Field Description TdApi.BotCommand[]
TdApi.BotInfo. commands
A list of commands supported by the bot.TdApi.BotCommand[]
TdApi.SetCommands. commands
List of the bot's commands.Constructors in it.tdlight.jni with parameters of type TdApi.BotCommand Constructor Description BotInfo(String description, TdApi.BotCommand[] commands)
Provides information about a bot and its supported commands.SetCommands(TdApi.BotCommand[] commands)
Sets the list of commands supported by the bot; for bots only.