export declare enum TEXT_ENTITY_TYPE { textEntityTypeMention = "textEntityTypeMention", textEntityTypeHashtag = "textEntityTypeHashtag", textEntityTypeCashtag = "textEntityTypeCashtag", textEntityTypeBotCommand = "textEntityTypeBotCommand", textEntityTypeUrl = "textEntityTypeUrl", textEntityTypeEmailAddress = "textEntityTypeEmailAddress", textEntityTypePhoneNumber = "textEntityTypePhoneNumber", textEntityTypeBankCardNumber = "textEntityTypeBankCardNumber", textEntityTypeBold = "textEntityTypeBold", textEntityTypeItalic = "textEntityTypeItalic", textEntityTypeUnderline = "textEntityTypeUnderline", textEntityTypeStrikethrough = "textEntityTypeStrikethrough", textEntityTypeSpoiler = "textEntityTypeSpoiler", textEntityTypeCode = "textEntityTypeCode", textEntityTypePre = "textEntityTypePre", textEntityTypePreCode = "textEntityTypePreCode", textEntityTypeTextUrl = "textEntityTypeTextUrl", textEntityTypeMentionName = "textEntityTypeMentionName", textEntityTypeMediaTimestamp = "textEntityTypeMediaTimestamp" }