Uses of Class
org.drinkless.tdlib.TdApi.BotCommand
-
Packages that use TdApi.BotCommand Package Description org.drinkless.tdlib -
-
Uses of TdApi.BotCommand in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.BotCommand Modifier and Type Field Description TdApi.BotCommand[]TdApi.BotCommands. commandsList of bot commands.TdApi.BotCommand[]TdApi.SetCommands. commandsList of the bot's commands.TdApi.BotCommand[]TdApi.UserFullInfo. commandsFor bots, list of the bot commands.Constructors in org.drinkless.tdlib with parameters of type TdApi.BotCommand Constructor Description BotCommands(long botUserId, TdApi.BotCommand[] commands)Contains a list of bot commands.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.UserFullInfo(TdApi.ChatPhoto photo, boolean isBlocked, boolean canBeCalled, boolean supportsVideoCalls, boolean hasPrivateCalls, boolean hasPrivateForwards, boolean needPhoneNumberPrivacyException, String bio, String shareText, String description, int groupInCommonCount, TdApi.BotCommand[] commands)Contains full information about a user.
-