Uses of Class
org.drinkless.tdlib.TdApi.BusinessRecipients
Packages that use TdApi.BusinessRecipients
-
Uses of TdApi.BusinessRecipients in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.BusinessRecipientsModifier and TypeFieldDescriptionTdApi.BusinessAwayMessageSettings.recipientsChosen recipients of the away messages.TdApi.BusinessConnectedBot.recipientsPrivate chats that will be accessible to the bot.TdApi.BusinessGreetingMessageSettings.recipientsChosen recipients of the greeting messages.Constructors in org.drinkless.tdlib with parameters of type TdApi.BusinessRecipientsModifierConstructorDescriptionBusinessAwayMessageSettings(int shortcutId, TdApi.BusinessRecipients recipients, TdApi.BusinessAwayMessageSchedule schedule, boolean offlineOnly) Describes settings for messages that are automatically sent by a Telegram Business account when it is away.BusinessConnectedBot(long botUserId, TdApi.BusinessRecipients recipients, TdApi.BusinessBotRights rights) Describes a bot connected to a business account.BusinessGreetingMessageSettings(int shortcutId, TdApi.BusinessRecipients recipients, int inactivityDays) Describes settings for greeting messages that are automatically sent by a Telegram Business account as response to incoming messages in an inactive private chat.