TDLib v0.0.2 TDLib.Method.GetTextEntities View Source

Returns all entities (mentions, hashtags, bot commands, URLs, and email addresses) contained in the text. This is an offline method. May be called before authorization. Can be called synchronously. Returns object_ptr.

NameTypeDescription
textstringThe text in which to look for entites.

More details on telegram’s documentation.