Uses of Class
org.drinkless.tdlib.TdApi.BusinessLocation
Packages that use TdApi.BusinessLocation
-
Uses of TdApi.BusinessLocation in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.BusinessLocationModifier and TypeFieldDescriptionTdApi.BusinessInfo.location
Location of the business; may be null if none.TdApi.SetBusinessLocation.location
The new location of the business; pass null to remove the location.Constructors in org.drinkless.tdlib with parameters of type TdApi.BusinessLocationModifierConstructorDescriptionBusinessInfo
(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.SetBusinessLocation
(TdApi.BusinessLocation location) Creates a function, which changes the business location of the current user.