toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.business_connection
/
BusinessOpeningHours
Business
Opening
Hours
@
Serializable
data
class
BusinessOpeningHours
(
val
timeZoneName
:
String
,
val
openingHours
:
List
<
BusinessOpeningHoursInterval
>
)
Members
Constructors
Business
Opening
Hours
Link copied to clipboard
constructor
(
timeZoneName
:
String
,
openingHours
:
List
<
BusinessOpeningHoursInterval
>
)
Properties
opening
Hours
Link copied to clipboard
@
SerialName
(
value
=
"opening_hours"
)
val
openingHours
:
List
<
BusinessOpeningHoursInterval
>
time
Zone
Name
Link copied to clipboard
@
SerialName
(
value
=
"time_zone_name"
)
val
timeZoneName
:
String