mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
11 lines
238 B
YAML
11 lines
238 B
YAML
|
|
name: MessageEntityType
|
||
|
|
description: |
|
||
|
|
This object represents type of message entity
|
||
|
|
|
||
|
|
Source: https://core.telegram.org/bots/api#messageentity
|
||
|
|
parse:
|
||
|
|
entity: MessageEntity
|
||
|
|
category: types
|
||
|
|
attribute: type
|
||
|
|
regexp: "'([a-z_]+)'"
|