ChatType¶ class aiogram.enums.chat_type.ChatType(*values)[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'¶