TDLib v0.0.2 TDLib.Method.ParseTextEntities View Source
Parses Bold, Italic, Code, Pre, PreCode and TextUrl entities contained in the text. This is an offline method. May be called before authorization. Can be called synchronously.
Returns object_ptr
Name | Type | Description |
---|---|---|
text | string | The text which should be parsed. |
parse_mode | TextParseMode | Text parse mode. |
More details on telegram’s documentation.