MadelineProto/docs/TD_docs/methods/getTextEntities.md

747 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

Parameters:

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

Return type: TextEntities