export declare enum MessageType { Empty = "empty", Text = "text", Media = "media", File = "file", Video = "video", Image = "image", Audio = "audio", Sticker = "sticker", Reaction = "reaction", Contact = "contact", Location = "location", Poll = "poll", PollUpdate = "pollUpdate", List = "list", Button = "button", TemplateButton = "templateButton" }