ChatType¶
- class aiogram.enums.chat_type.ChatType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]¶
This object represents a chat type
Source: https://core.telegram.org/bots/api#chat
- SENDER = 'sender'¶
- PRIVATE = 'private'¶
- GROUP = 'group'¶
- SUPERGROUP = 'supergroup'¶
- CHANNEL = 'channel'¶