docs
Toggle table of contents
35.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
docs
docs
/
dev.inmo.tgbotapi.types.rich
/
RichBlockCaption
Rich
Block
Caption
@
Serializable
data
class
RichBlockCaption
(
val
text
:
RichText
,
val
credit
:
RichText
?
=
null
)
(
source
)
Caption of a rich formatted block.
See also
RichBlockCaption
Members
Constructors
Rich
Block
Caption
Link copied to clipboard
constructor
(
text
:
RichText
,
credit
:
RichText
?
=
null
)
Properties
credit
Link copied to clipboard
@
SerialName
(
value
=
"credit"
)
val
credit
:
RichText
?
text
Link copied to clipboard
@
SerialName
(
value
=
"text"
)
val
text
:
RichText