toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.business_connection
/
BusinessIntro
Business
Intro
@
Serializable
data
class
BusinessIntro
(
val
title
:
String
?
=
null
,
val
message
:
String
?
=
null
,
val
sticker
:
Sticker
?
=
null
)
Members
Constructors
Business
Intro
Link copied to clipboard
constructor
(
title
:
String
?
=
null
,
message
:
String
?
=
null
,
sticker
:
Sticker
?
=
null
)
Properties
message
Link copied to clipboard
@
SerialName
(
value
=
"message"
)
val
message
:
String
?
=
null
sticker
Link copied to clipboard
@
SerialName
(
value
=
"sticker"
)
val
sticker
:
Sticker
?
=
null
title
Link copied to clipboard
@
SerialName
(
value
=
"title"
)
val
title
:
String
?
=
null