export default class MessageContentType {
    static Unknown: number;
    static Text: number;
    static Voice: number;
    static Image: number;
    static Location: number;
    static File: number;
    static Video: number;
    static Sticker: number;
    static Link: number;
    static P_Text: number;
    static UserCard: number;
    static Composite_Message: number;
    static Rich_Notification: number;
    static Articles: number;
    static Streaming_Text_Generating: number;
    static Streaming_Text_Generated: number;
    static Mark_Unread_Sync: number;
    static StartSecretChat_Notification: number;
    static Enter_Channel_Chat: number;
    static Leave_Channel_Chat: number;
    static Channel_Menu_Event: number;
    static RecallMessage_Notification: number;
    static DeleteMessage_Notification: number;
    static Tip_Notification: number;
    static Typing: number;
    static Friend_Greeting: number;
    static Friend_Added: number;
    static PC_Login_Request: number;
    static CreateGroup_Notification: number;
    static AddGroupMember_Notification: number;
    static KickOffGroupMember_Notification: number;
    static QuitGroup_Notification: number;
    static DismissGroup_Notification: number;
    static TransferGroupOwner_Notification: number;
    static ChangeGroupName_Notification: number;
    static ModifyGroupAlias_Notification: number;
    static ChangeGroupPortrait_Notification: number;
    static MuteGroup_Notification: number;
    static ChangeJoinType_Notification: number;
    static ChangePrivateChat_Notification: number;
    static ChangeSearchable_Notification: number;
    static SetGroupManager_Notification: number;
    static MuteGroupMember_Notification: number;
    static AllowGroupMember_Notification: number;
    static KickOffGroupMember_Visible_Notification: number;
    static QuitGroup_Visible_Notification: number;
    static ModifyGroupExtra_Notification: number;
    static ModifyGroupMemberExtra_Notification: number;
    static ModifyGroupSetting_Notification: number;
    static VOIP_CONTENT_TYPE_START: number;
    static VOIP_CONTENT_TYPE_END: number;
    static VOIP_CONTENT_TYPE_ACCEPT: number;
    static VOIP_CONTENT_TYPE_SIGNAL: number;
    static VOIP_CONTENT_TYPE_MODIFY: number;
    static VOIP_CONTENT_TYPE_ACCEPT_T: number;
    static VOIP_CONTENT_TYPE_ADD_PARTICIPANT: number;
    static VOIP_CONTENT_TYPE_MUTE_VIDEO: number;
    static CONFERENCE_CONTENT_TYPE_INVITE: number;
    static CONFERENCE_CONTENT_TYPE_CHANGE_MODE: number;
    static CONFERENCE_CONTENT_TYPE_KICKOFF_MEMBER: number;
    static CONFERENCE_CONTENT_TYPE_COMMAND: number;
    static VOIP_Multi_Call_Ongoing: number;
    static VOIP_Join_Call_Request: number;
    static MESSAGE_CONTENT_TYPE_FEED: number;
    static MESSAGE_CONTENT_TYPE_COMMENT: number;
    static MESSAGE_CONTENT_TYPE_MIX_MULTI_MEDIA_TEXT: number;
    static MESSAGE_CONTENT_TYPE_MIX_FILE_TEXT: number;
}
