Uses of Class
org.drinkless.tdlib.TdApi.BotCommands
-
Packages that use TdApi.BotCommands Package Description org.drinkless.tdlib -
-
Uses of TdApi.BotCommands in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.BotCommands Modifier and Type Field Description TdApi.BotCommands[]TdApi.BasicGroupFullInfo. botCommandsList of commands of bots in the group.TdApi.BotCommands[]TdApi.SupergroupFullInfo. botCommandsList of commands of bots in the group.Constructors in org.drinkless.tdlib with parameters of type TdApi.BotCommands Constructor Description BasicGroupFullInfo(TdApi.ChatPhoto photo, String description, long creatorUserId, TdApi.ChatMember[] members, TdApi.ChatInviteLink inviteLink, TdApi.BotCommands[] botCommands)Contains full information about a basic group.SupergroupFullInfo(TdApi.ChatPhoto photo, String description, int memberCount, int administratorCount, int restrictedCount, int bannedCount, long linkedChatId, int slowModeDelay, double slowModeDelayExpiresIn, boolean canGetMembers, boolean canSetUsername, boolean canSetStickerSet, boolean canSetLocation, boolean canGetStatistics, boolean isAllHistoryAvailable, long stickerSetId, TdApi.ChatLocation location, TdApi.ChatInviteLink inviteLink, TdApi.BotCommands[] botCommands, long upgradedFromBasicGroupId, long upgradedFromMaxMessageId)Contains full information about a supergroup or channel.
-