/// <summary> /// 标记此消息已读 /// </summary> public async ValueTask <ApiStatus> MarkMessageRead() { return(await SoraApi.MarkMessageRead(MessageId)); }