mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
10 lines
238 B
YAML
10 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_]+)'"
|