Uses of Class
org.drinkless.tdlib.TdApi.BusinessGreetingMessageSettings
Packages that use TdApi.BusinessGreetingMessageSettings
-
Uses of TdApi.BusinessGreetingMessageSettings in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.BusinessGreetingMessageSettingsModifier and TypeFieldDescriptionTdApi.BusinessInfo.greetingMessageSettings
The greeting message; may be null if none or the Business account is not of the current user.TdApi.SetBusinessGreetingMessageSettings.greetingMessageSettings
The new settings for the greeting message of the business; pass null to disable the greeting message.Constructors in org.drinkless.tdlib with parameters of type TdApi.BusinessGreetingMessageSettingsModifierConstructorDescriptionBusinessInfo
(TdApi.BusinessLocation location, TdApi.BusinessOpeningHours openingHours, TdApi.BusinessOpeningHours localOpeningHours, int nextOpenIn, int nextCloseIn, TdApi.BusinessGreetingMessageSettings greetingMessageSettings, TdApi.BusinessAwayMessageSettings awayMessageSettings, TdApi.BusinessStartPage startPage) Contains information about a Telegram Business account.SetBusinessGreetingMessageSettings
(TdApi.BusinessGreetingMessageSettings greetingMessageSettings) Creates a function, which changes the business greeting message settings of the current user.