View Source ExTDLib.Method.GetTextEntities (ExTDLib v0.0.4)

Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) found in the text. Can be called synchronously. Returns object_ptr<TextEntities>.

NameTypeDescription
textstringThe text in which to look for entities.

More details on telegram's documentation.