ChatType¶
- class pyrogram.enums.ChatType
Bases:
AutoNameChat type enumeration used in
Chat.- PRIVATE = 'private'
Chat is a private chat with a user
- BOT = 'bot'
Chat is a private chat with a bot
- GROUP = 'group'
Chat is a basic group
- SUPERGROUP = 'supergroup'
Chat is a supergroup
- CHANNEL = 'channel'
Chat is a channel
- FORUM = 'forum'
Chat is a forum
- MONOFORUM = 'monoforum'
Chat is a monoforum
- DIRECT = 'direct'
Chat is a direct messages channel (monoforum direct)