MessageContentType
info
Message type.
Message Type
Enum Value | Description |
---|---|
101 | Text Message |
102 | Image Message |
103 | Voice Message |
104 | Video Message |
105 | File Message |
106 | @ Message |
107 | Combined Message |
108 | Card Message |
109 | Location Message |
110 | Custom Message |
111 | Message Recall Receipt |
113 | Input Status |
114 | Quoted Message |
115 | Emoji Message |
1201 | Notification of Becoming Friends |
1400 | System Notification |
1501 | Group Creation Notification |
1504 | Group Member Exit Notification |
1507 | Group Owner Change Notification |
1508 | Group Member Kicked Notification |
1509 | Group Member Invitation Notification |
1510 | Group Member Join Notification |
1511 | Group Disbandment Notification |
1512 | Group Member Mute Notification |
1513 | Group Member Unmute Notification |
1514 | Group Mute Notification |
1515 | Group Unmute Notification |
1519 | Group Announcement Change Notification |
1520 | Group Name Change Notification |
1701 | Burn After Reading Enable/Disable Notification |
2101 | Message Withdrawal Notification |
- iOS
- Android
- Flutter
- uni-app
- Browser/Electron/MiniProgram
- React-Native
- Unity
MessageType
Enum Name | Enum Value |
---|---|
text | 101 |
picture | 102 |
voice | 103 |
video | 104 |
file | 105 |
atText | 106 |
merger | 107 |
card | 108 |
location | 109 |
custom | 110 |
typing | 113 |
quote | 114 |
customFace | 115 |
advancedText | 117 |
customMsgNotTriggerConversation | 119 |
customMsgOnlineOnly | 120 |
friendApplicationApprovedNotification | 1201 |
friendApplicationRejectedNotification | 1202 |
friendApplicationNotification | 1203 |
friendAddedNotification | 1204 |
friendDeletedNotification | 1205 |
friendRemarkSetNotification | 1206 |
blackAddedNotification | 1207 |
blackDeletedNotification | 1208 |
conversationChangeNotification | 1300 |
userInfoUpdatedNotification | 1303 |
oaNotification | 1400 |
groupCreatedNotification | 1501 |
groupInfoSetNotification | 1502 |
joinGroupApplicationNotification | 1503 |
memberQuitNotification | 1504 |
groupApplicationAcceptedNotification | 1505 |
groupApplicationRejectedNotification | 1506 |
groupOwnerTransferredNotification | 1507 |
memberKickedNotification | 1508 |
memberInvitedNotification | 1509 |
memberEnterNotification | 1510 |
dismissGroupNotification | 1511 |
groupMemberMutedNotification | 1512 |
groupMemberCancelMutedNotification | 1513 |
groupMutedNotification | 1514 |
groupCancelMutedNotification | 1515 |
groupMemberInfoChangedNotification | 1516 |
groupMemberSetToAdminNotification | 1517 |
groupMemberSetToOrdinaryUserNotification | 1518 |
groupInfoSetAnnouncementNotification | 1519 |
groupInfoSetNameNotification | 1520 |
burnAfterReadingNotification | 1701 |
businessNotification | 2001 |
revokeMessageNotification | 2101 |
signalHasReadReceiptNotification | 2150 |
groupHasReadReceiptNotification | 2155 |
OIMMessageContentType
Enum Name | Enum Value |
---|---|
OIMMessageContentTypeText | 101 |
OIMMessageContentTypeImage | 102 |
OIMMessageContentTypeAudio | 103 |
OIMMessageContentTypeVideo | 104 |
OIMMessageContentTypeFile | 105 |
OIMMessageContentTypeAt | 106 |
OIMMessageContentTypeMerge | 107 |
OIMMessageContentTypeCard | 108 |
OIMMessageContentTypeLocation | 109 |
OIMMessageContentTypeCustom | 110 |
OIMMessageContentTypeRevokeReciept | 111 |
OIMMessageContentTypeC2CReciept | 112 |
OIMMessageContentTypeTyping | 113 |
OIMMessageContentTypeQuote | 114 |
OIMMessageContentTypeFace | 115 |
OIMMessageContentTypeAdvancedText | 117 |
OIMMessageContentTypeAdvancedRevoke | 118 |
OIMMessageContentTypeCustomMsgNotTriggerConversation | 119 |
OIMMessageContentTypeCustomMsgOnlineOnly | 120 |
OIMMessageContentTypeFriendAppApproved | 1201 |
OIMMessageContentTypeFriendAppRejected | 1202 |
OIMMessageContentTypeFriendApplication | 1203 |
OIMMessageContentTypeFriendAdded | 1204 |
OIMMessageContentTypeFriendDeleted | 1205 |
OIMMessageContentTypeFriendRemarkSet | 1206 |
OIMMessageContentTypeBlackAdded | 1207 |
OIMMessageContentTypeBlackDeleted | 1208 |
OIMMessageContentTypeConversationOptChange | 1300 |
OIMMessageContentTypeUserInfoUpdated | 1303 |
OIMMessageContentTypeOANotification | 1400 |
OIMMessageContentTypeGroupCreated | 1501 |
OIMMessageContentTypeGroupInfoSet | 1502 |
OIMMessageContentTypeJoinGroupApplication | 1503 |
OIMMessageContentTypeMemberQuit | 1504 |
OIMMessageContentTypeGroupAppAccepted | 1505 |
OIMMessageContentTypeGroupAppRejected | 1506 |
OIMMessageContentTypeGroupOwnerTransferred | 1507 |
OIMMessageContentTypeMemberKicked | 1508 |
OIMMessageContentTypeMemberInvited | 1509 |
OIMMessageContentTypeMemberEnter | 1510 |
OIMMessageContentTypeDismissGroup | 1511 |
OIMMessageContentTypeGroupMemberMutedNotification | 1512 |
OIMMessageContentTypeGroupMemberCancelMutedNotification | 1513 |
OIMMessageContentTypeGroupMutedNotification | 1514 |
OIMMessageContentTypeGroupCancelMutedNotification | 1515 |
OIMMessageContentTypeGroupMemberInfoSetNotification | 1516 |
OIMMessageContentTypeGroupMemberSetToAdminNotification | 1517 |
OIMMessageContentTypeGroupMemberSetToOrdinaryUserNotification | 1518 |
OIMMessageContentTypeSuperGroupUpdateNotification | 1651 |
OIMMessageContentTypeIsPrivateMessage | 1701 |
OIMMessageContentTypeBusiness | 2001 |
OIMMessageContentTypeRevoke | 2101 |
OIMMessageContentTypeHasReadReceipt | 2150 |
OIMMessageContentTypeGroupHasReadReceipt | 2155 |
MessageType
Enum Name | Enum Value |
---|---|
text | 101 |
picture | 102 |
voice | 103 |
video | 104 |
file | 105 |
atText | 106 |
merger | 107 |
card | 108 |
location | 109 |
custom | 110 |
typing | 113 |
quote | 114 |
customFace | 115 |
advancedText | 117 |
customMsgNotTriggerConversation | 119 |
customMsgOnlineOnly | 120 |
friendApplicationApprovedNotification | 1201 |
friendApplicationRejectedNotification | 1202 |
friendApplicationNotification | 1203 |
friendAddedNotification | 1204 |
friendDeletedNotification | 1205 |
friendRemarkSetNotification | 1206 |
blackAddedNotification | 1207 |
blackDeletedNotification | 1208 |
conversationChangeNotification | 1300 |
userInfoUpdatedNotification | 1303 |
oaNotification | 1400 |
groupCreatedNotification | 1501 |
groupInfoSetNotification | 1502 |
joinGroupApplicationNotification | 1503 |
memberQuitNotification | 1504 |
groupApplicationAcceptedNotification | 1505 |
groupApplicationRejectedNotification | 1506 |
groupOwnerTransferredNotification | 1507 |
memberKickedNotification | 1508 |
memberInvitedNotification | 1509 |
memberEnterNotification | 1510 |
dismissGroupNotification | 1511 |
groupMemberMutedNotification | 1512 |
groupMemberCancelMutedNotification | 1513 |
groupMutedNotification | 1514 |
groupCancelMutedNotification | 1515 |
groupMemberInfoChangedNotification | 1516 |
groupMemberSetToAdminNotification | 1517 |
groupMemberSetToOrdinaryUserNotification | 1518 |
groupNoticeChangedNotification | 1519 |
groupNameChangedNotification | 1520 |
burnAfterReadingNotification | 1701 |
businessNotification | 2001 |
revokeMessageNotification | 2101 |
signalHasReadReceiptNotification | 2150 |
groupHasReadReceiptNotification | 2155 |
MessageType
Enum Name | Enum Value |
---|---|
TextMessage | 101 |
PictureMessage | 102 |
VoiceMessage | 103 |
VideoMessage | 104 |
FileMessage | 105 |
AtTextMessage | 106 |
MergeMessage | 107 |
CardMessage | 108 |
LocationMessage | 109 |
CustomMessage | 110 |
TypingMessage | 113 |
QuoteMessage | 114 |
FaceMessage | 115 |
FriendAdded | 1201 |
OANotification | 1400 |
GroupCreated | 1501 |
MemberQuit | 1504 |
GroupOwnerTransferred | 1507 |
MemberKicked | 1508 |
MemberInvited | 1509 |
MemberEnter | 1510 |
GroupDismissed | 1511 |
GroupMemberMuted | 1512 |
GroupMemberCancelMuted | 1513 |
GroupMuted | 1514 |
GroupCancelMuted | 1515 |
GroupAnnouncementUpdated | 1519 |
GroupNameUpdated | 1518 |
BurnMessageChange | 1701 |
RevokeMessage | 2101 |
MessageType
Enum Name | Enum Value |
---|---|
TextMessage | 101 |
PictureMessage | 102 |
VoiceMessage | 103 |
VideoMessage | 104 |
FileMessage | 105 |
AtTextMessage | 106 |
MergeMessage | 107 |
CardMessage | 108 |
LocationMessage | 109 |
CustomMessage | 110 |
TypingMessage | 113 |
QuoteMessage | 114 |
FaceMessage | 115 |
FriendAdded | 1201 |
OANotification | 1400 |
GroupCreated | 1501 |
MemberQuit | 1504 |
GroupOwnerTransferred | 1507 |
MemberKicked | 1508 |
MemberInvited | 1509 |
MemberEnter | 1510 |
GroupDismissed | 1511 |
GroupMemberMuted | 1512 |
GroupMemberCancelMuted | 1513 |
GroupMuted | 1514 |
GroupCancelMuted | 1515 |
GroupAnnouncementUpdated | 1519 |
GroupNameUpdated | 1518 |
BurnMessageChange | 1701 |
RevokeMessage | 2101 |
MessageType
Enum Name | Enum Value |
---|---|
TextMessage | 101 |
PictureMessage | 102 |
VoiceMessage | 103 |
VideoMessage | 104 |
FileMessage | 105 |
AtTextMessage | 106 |
MergeMessage | 107 |
CardMessage | 108 |
LocationMessage | 109 |
CustomMessage | 110 |
TypingMessage | 113 |
QuoteMessage | 114 |
FaceMessage | 115 |
FriendAdded | 1201 |
OANotification | 1400 |
GroupCreated | 1501 |
MemberQuit | 1504 |
GroupOwnerTransferred | 1507 |
MemberKicked | 1508 |
MemberInvited | 1509 |
MemberEnter | 1510 |
GroupDismissed | 1511 |
GroupMemberMuted | 1512 |
GroupMemberCancelMuted | 1513 |
GroupMuted | 1514 |
GroupCancelMuted | 1515 |
GroupAnnouncementUpdated | 1519 |
GroupNameUpdated | 1518 |
BurnMessageChange | 1701 |
RevokeMessage | 2101 |
MessageType
Enum Name | Enum Value |
---|---|
TextMessage | 101 |
PictureMessage | 102 |
VoiceMessage | 103 |
VideoMessage | 104 |
FileMessage | 105 |
AtTextMessage | 106 |
MergeMessage | 107 |
CardMessage | 108 |
LocationMessage | 109 |
CustomMessage | 110 |
TypingMessage | 113 |
QuoteMessage | 114 |
FaceMessage | 115 |
FriendAdded | 1201 |
OANotification | 1400 |
GroupCreated | 1501 |
MemberQuit | 1504 |
GroupOwnerTransferred | 1507 |
MemberKicked | 1508 |
MemberInvited | 1509 |
MemberEnter | 1510 |
GroupDismissed | 1511 |
GroupMemberMuted | 1512 |
GroupMemberCancelMuted | 1513 |
GroupMuted | 1514 |
GroupCancelMuted | 1515 |
GroupAnnouncementUpdated | 1519 |
GroupNameUpdated | 1518 |
BurnMessageChange | 1701 |
RevokeMessage | 2101 |