declare enum ContentType { Text = "text", Image = "image", Audio = "audio", Video = "video_file", File = "file", Animation = "animation", Button = "button", Keyboard = "keyboard", VoiceMessage = "voice_message", Sticker = "sticker", Poll = "poll" } export default ContentType; //# sourceMappingURL=ContentType.d.ts.map