mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
14 lines
317 B
YAML
14 lines
317 B
YAML
|
|
name: MessageOriginType
|
||
|
|
description: |
|
||
|
|
This object represents origin of a message.
|
||
|
|
|
||
|
|
Source: https://core.telegram.org/bots/api#messageorigin
|
||
|
|
multi_parse:
|
||
|
|
attribute: type
|
||
|
|
regexp: "'([a-z_]+)'"
|
||
|
|
entities:
|
||
|
|
- MessageOriginUser
|
||
|
|
- MessageOriginHiddenUser
|
||
|
|
- MessageOriginChat
|
||
|
|
- MessageOriginChannel
|