Skip to content

qchat_def.public_def.NIMQChatMsgType

Zvicii edited this page Feb 10, 2023 · 7 revisions

Enumeration: NIMQChatMsgType

qchat_def/public_def.NIMQChatMsgType

Table of contents

Enumeration Members

Enumeration Members

kNIMQChatMsgTypeText

kNIMQChatMsgTypeText = 0

文本类型消息

Defined in

ts/qchat_def/public_def.ts:463


kNIMQChatMsgTypeImage

kNIMQChatMsgTypeImage = 1

图片类型消息

Defined in

ts/qchat_def/public_def.ts:465


kNIMQChatMsgTypeAudio

kNIMQChatMsgTypeAudio = 2

声音类型消息

Defined in

ts/qchat_def/public_def.ts:467


kNIMQChatMsgTypeVideo

kNIMQChatMsgTypeVideo = 3

视频类型消息

Defined in

ts/qchat_def/public_def.ts:469


kNIMQChatMsgTypeLocation

kNIMQChatMsgTypeLocation = 4

位置类型消息

Defined in

ts/qchat_def/public_def.ts:471


kNIMQChatMsgTypeNotification

kNIMQChatMsgTypeNotification = 5

通知类型消息

Defined in

ts/qchat_def/public_def.ts:473


kNIMQChatMsgTypeFile

kNIMQChatMsgTypeFile = 6

文件类型消息

Defined in

ts/qchat_def/public_def.ts:475


kNIMQChatMsgTypeTips

kNIMQChatMsgTypeTips = 10

提醒类型消息

Defined in

ts/qchat_def/public_def.ts:477


kNIMQChatMsgTypeCustom

kNIMQChatMsgTypeCustom = 100

自定义消息

Defined in

ts/qchat_def/public_def.ts:479


kNIMQChatMsgTypeUnknown

kNIMQChatMsgTypeUnknown = 1000

未知类型消息,作为默认值

Defined in

ts/qchat_def/public_def.ts:481

Clone this wiki locally