public static class TdApi.BusinessInfo extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
TdApi.BusinessAwayMessageSettings |
awayMessageSettings
The away message; may be null if none or the Business account is not of the current user.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.BusinessGreetingMessageSettings |
greetingMessageSettings
The greeting message; may be null if none or the Business account is not of the current user.
|
TdApi.BusinessOpeningHours |
localOpeningHours
Opening hours of the business in the local time; may be null if none.
|
TdApi.BusinessLocation |
location
Location of the business; may be null if none.
|
int |
nextCloseIn
Time left before the business will close the next time, in seconds; 0 if unknown.
|
int |
nextOpenIn
Time left before the business will open the next time, in seconds; 0 if unknown.
|
TdApi.BusinessOpeningHours |
openingHours
Opening hours of the business; may be null if none.
|
TdApi.BusinessStartPage |
startPage
Information about start page of the account; may be null if none.
|
| Constructor and Description |
|---|
BusinessInfo()
Contains information about a Telegram Business account.
|
BusinessInfo(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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.BusinessLocation location
public TdApi.BusinessOpeningHours openingHours
public TdApi.BusinessOpeningHours localOpeningHours
public int nextOpenIn
public int nextCloseIn
public TdApi.BusinessGreetingMessageSettings greetingMessageSettings
public TdApi.BusinessAwayMessageSettings awayMessageSettings
public TdApi.BusinessStartPage startPage
public static final int CONSTRUCTOR
public BusinessInfo()
public BusinessInfo(TdApi.BusinessLocation location, TdApi.BusinessOpeningHours openingHours, TdApi.BusinessOpeningHours localOpeningHours, int nextOpenIn, int nextCloseIn, TdApi.BusinessGreetingMessageSettings greetingMessageSettings, TdApi.BusinessAwayMessageSettings awayMessageSettings, TdApi.BusinessStartPage startPage)
location - Location of the business; may be null if none.openingHours - Opening hours of the business; may be null if none. The hours are guaranteed to be valid and has already been split by week days.localOpeningHours - Opening hours of the business in the local time; may be null if none. The hours are guaranteed to be valid and has already been split by week days. Local time zone identifier will be empty. An updateUserFullInfo update is not triggered when value of this field changes.nextOpenIn - Time left before the business will open the next time, in seconds; 0 if unknown. An updateUserFullInfo update is not triggered when value of this field changes.nextCloseIn - Time left before the business will close the next time, in seconds; 0 if unknown. An updateUserFullInfo update is not triggered when value of this field changes.greetingMessageSettings - The greeting message; may be null if none or the Business account is not of the current user.awayMessageSettings - The away message; may be null if none or the Business account is not of the current user.startPage - Information about start page of the account; may be null if none.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object