Uses of Class
org.drinkless.tdlib.TdApi.BotCommand
Packages that use TdApi.BotCommand
-
Uses of TdApi.BotCommand in org.drinkless.tdlib
Fields in org.drinkless.tdlib 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 org.drinkless.tdlib with parameters of type TdApi.BotCommandModifierConstructorDescriptionBotCommands
(long botUserId, TdApi.BotCommand[] commands) Contains a list of bot commands.BotInfo
(String shortDescription, String description, TdApi.Photo photo, TdApi.Animation animation, TdApi.BotMenuButton menuButton, TdApi.BotCommand[] commands, String privacyPolicyUrl, TdApi.ChatAdministratorRights defaultGroupAdministratorRights, TdApi.ChatAdministratorRights defaultChannelAdministratorRights, TdApi.AffiliateProgramInfo affiliateProgram, int webAppBackgroundLightColor, int webAppBackgroundDarkColor, int webAppHeaderLightColor, int webAppHeaderDarkColor, TdApi.BotVerificationParameters verificationParameters, boolean canGetRevenueStatistics, boolean canManageEmojiStatus, boolean hasMediaPreviews, TdApi.InternalLinkType editCommandsLink, TdApi.InternalLinkType editDescriptionLink, TdApi.InternalLinkType editDescriptionMediaLink, TdApi.InternalLinkType editSettingsLink) Contains information about a bot.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.