interface RCIMIWBlockedMessageInfo {
    conversationType?: RCIMIWConversationType;
    targetId?: string;
    blockedMsgUId?: string;
    blockType?: RCIMIWMessageBlockType;
    extra?: string;
}

Properties

conversationType?: RCIMIWConversationType

封禁的会话类型

targetId?: string

封禁的会话 ID

blockedMsgUId?: string

封禁的消息 Uid

封禁的类型

extra?: string

封禁的附加信息