TDLib v0.0.1 TDLib.Object.MessageText View Source
A text message.
Name | Type | Description |
---|---|---|
text | string | Text of the message. |
entities | textEntity[] | Entities contained in the text. |
web_page | webPage | A preview of the web page that’s mentioned in the text; may be null. |
More details on telegram’s documentation.