Uses of Class
org.drinkless.tdlib.TdApi.BotCommands

Packages that use TdApi.BotCommands
Package
Description
 
  • Uses of TdApi.BotCommands in org.drinkless.tdlib

    Modifier and Type
    Field
    Description
    TdApi.BasicGroupFullInfo.botCommands
    List of commands of bots in the group.
    TdApi.SupergroupFullInfo.botCommands
    List of commands of bots in the group.
    Constructors in org.drinkless.tdlib with parameters of type TdApi.BotCommands
    Modifier
    Constructor
    Description
     
    BasicGroupFullInfo(TdApi.ChatPhoto photo, String description, long creatorUserId, TdApi.ChatMember[] members, boolean canHideMembers, boolean canToggleAggressiveAntiSpam, 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, long directMessagesChatId, int slowModeDelay, double slowModeDelayExpiresIn, boolean canEnablePaidMessages, boolean canEnablePaidReaction, boolean canGetMembers, boolean hasHiddenMembers, boolean canHideMembers, boolean canSetStickerSet, boolean canSetLocation, boolean canGetStatistics, boolean canGetRevenueStatistics, boolean canGetStarRevenueStatistics, boolean canSendGift, boolean canToggleAggressiveAntiSpam, boolean isAllHistoryAvailable, boolean canHaveSponsoredMessages, boolean hasAggressiveAntiSpamEnabled, boolean hasPaidMediaAllowed, boolean hasPinnedStories, int giftCount, int myBoostCount, int unrestrictBoostCount, long outgoingPaidMessageStarCount, long stickerSetId, long customEmojiStickerSetId, TdApi.ChatLocation location, TdApi.ChatInviteLink inviteLink, TdApi.BotCommands[] botCommands, TdApi.BotVerification botVerification, long upgradedFromBasicGroupId, long upgradedFromMaxMessageId)
    Contains full information about a supergroup or channel.