aiogram/.butcher/enums/MessageEntityType.yml
2022-11-22 22:09:48 +02:00

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_]+)'"