mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 16:15:51 +00:00
12 lines
206 B
YAML
12 lines
206 B
YAML
|
|
name: ChatType
|
||
|
|
description: |
|
||
|
|
This object represents a chat type
|
||
|
|
|
||
|
|
Source: https://core.telegram.org/bots/api#chat
|
||
|
|
parse:
|
||
|
|
entity: Chat
|
||
|
|
attribute: type
|
||
|
|
regexp: "'([a-z]+)'"
|
||
|
|
static:
|
||
|
|
SENDER: sender
|