TextWithEntities

Styled text with message entities

End-to-end schema

===216===
textWithEntities#751f3146 text:string entities:Vector<MessageEntity> = TextWithEntities;

API schema:

textWithEntities#751f3146 text:string entities:Vector<MessageEntity> = TextWithEntities;

Constructors

Constructor Description
textWithEntities Styled text with message entities

Methods

Method Description
messages.summarizeText Summarize the contents of a message with AI, see here ยป for more info.

Clients should use message.summary_from_language as a hint for showing a summarization button; its absence does not forbid invoking this method.

Related pages

Styled text with message entities

How to create styled text with message entities