interface RCIMIWMentionedInfo {
    type?: RCIMIWMentionedType;
    userIdList?: string[];
    mentionedContent?: string;
}

Properties

@ 提醒的类型

userIdList?: string[]

@ 的用户 ID 列表

mentionedContent?: string

包含 @ 提醒的消息,本地通知和远程推送显示的内容

MMNEPVFCICPMFPCPTTAAATR