Uses of Class
org.drinkless.tdlib.TdApi.BusinessOpeningHours
Packages that use TdApi.BusinessOpeningHours
-
Uses of TdApi.BusinessOpeningHours in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.BusinessOpeningHoursModifier and TypeFieldDescriptionTdApi.BusinessInfo.localOpeningHoursOpening hours of the business in the local time; may be null if none.TdApi.BusinessInfo.openingHoursOpening hours of the business; may be null if none.TdApi.SetBusinessOpeningHours.openingHoursThe new opening hours of the business; pass null to remove the opening hours; up to 28 time intervals can be specified.Constructors in org.drinkless.tdlib with parameters of type TdApi.BusinessOpeningHoursModifierConstructorDescriptionBusinessInfo(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.SetBusinessOpeningHours(TdApi.BusinessOpeningHours openingHours) Creates a function, which changes the business opening hours of the current user.