2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-02 07:15:23 +00:00

Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop

This commit is contained in:
Dan
2019-06-15 17:59:12 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -31,8 +31,8 @@ class MessageEntity(Object):
type (``str``):
Type of the entity.
Can be "mention" (@username), "hashtag", "cashtag", "bot_command", "url", "email", "phone_number", "bold"
(bold text), italic (italic text), "code" (monowidth string), "pre" (monowidth block), "text_link"
(for clickable text URLs), "text_mention" (for users without usernames).
(bold text), "italic" (italic text), "code" (monowidth string), "pre" (monowidth block), "text_link"
(for clickable text URLs), "text_mention" (for custom text mentions based on users' identifiers).
offset (``int``):
Offset in UTF-16 code units to the start of the entity.