declare enum ChatType { BotChat = "bot_chat", PrivateGroup = "private_group", PublicSupergroup = "public_supergroup", PersonalChat = "personal_chat", SavedMessages = "saved_messages", PrivateChannel = "private_channel", PublicChannel = "public_channel" } export default ChatType; //# sourceMappingURL=ChatType.d.ts.map