MadelineProtoDocs/docs/TD_docs/methods/getTextEntities.md

813 B

title description image
getTextEntities Returns all mentions, hashtags, bot commands, URLs and emails contained in the text. Offline method. Can be called before authorization. Can be called synchronously https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Method: getTextEntities

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Returns all mentions, hashtags, bot commands, URLs and emails contained in the text. Offline method. Can be called before authorization. Can be called synchronously

Parameters:

Name Type Description Required
text string Text to find entites in Yes

Return type: TextEntities