置顶配置

1.0.0

interface ISetConversationTopOption {
    isTop: boolean;
    isNeedCreate: boolean;
}

Properties

Properties

isTop: boolean

是否置顶,true 设置置顶;false 取消置顶

isNeedCreate: boolean

是否创建会话:对应的会话本地不存在时,true 将创建该会话; false 不创建该会话