Interface BusinessInfo

Contains information about a Telegram Business account.

Properties

@type: "businessInfo"
away_message_settings: BusinessAwayMessageSettings

The away message; may be null if none or the Business account is not of the current user.

greeting_message_settings: BusinessGreetingMessageSettings

The greeting message; may be null if none or the Business account is not of the current user.

local_opening_hours: BusinessOpeningHours

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.

Location of the business; may be null if none.

next_close_in: number

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.

next_open_in: number

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.

opening_hours: BusinessOpeningHours

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.

start_page: BusinessStartPage

Information about start page of the account; may be null if none.