ChatType# class pyrogram.enums.ChatType# Chat type enumeration used in Chat. BOT = 'bot'# Chat is a private chat with a bot CHANNEL = 'channel'# Chat is a channel GROUP = 'group'# Chat is a basic group PRIVATE = 'private'# Chat is a private chat with a user SUPERGROUP = 'supergroup'# Chat is a supergroup