TextWithTextEntities
ref / parse-mode / TextWithTextEntities
Represents text object with optional formatting entities.
This interface is used to store plain text along with its associated formatting information (such as bold, italic, links, etc.) as message entities.
Properties
text
ts
text: string;Plain text value for this Formatted
text_entities
ts
text_entities?: MessageEntity[];Format entities for this Formatted