Uses of Class
org.drinkless.tdlib.TdApi.BusinessBotRights
Packages that use TdApi.BusinessBotRights
-
Uses of TdApi.BusinessBotRights in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.BusinessBotRightsModifier and TypeFieldDescriptionTdApi.BusinessConnectedBot.rights
Rights of the bot.TdApi.BusinessConnection.rights
Rights of the bot; may be null if the connection was disabled.Constructors in org.drinkless.tdlib with parameters of type TdApi.BusinessBotRightsModifierConstructorDescriptionBusinessConnectedBot
(long botUserId, TdApi.BusinessRecipients recipients, TdApi.BusinessBotRights rights) Describes a bot connected to a business account.BusinessConnection
(String id, long userId, long userChatId, int date, TdApi.BusinessBotRights rights, boolean isEnabled) Describes a connection of the bot with a business account.