MadelineProto/docs/TD_docs/methods/getTextEntities.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

734 B

title description
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

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

Params:

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

Return type: TextEntities