Skip to content

SetMessage()

任延华 edited this page Jan 20, 2020 · 1 revision
    public class SetMessageRequest
    {
        public string Action { get; set; }
        public string Style { get; set; }
        public List<MessageRecord> Records { get; set; }
    }

Style参数值是一个逗号间隔的值列表,如果包含dontNotifyMe,表示本次设置消息过程中,不通知调用者。

Clone this wiki locally