Class SendmsgResult
Namespace: cqhttp.Cyan.ApiCall.Results
Assembly: cqhttp.Cyan.dll
Syntax
public class SendmsgResult : ApiResult
Properties
| Improve this Doc View Sourcemessage_id
用于撤回消息的消息ID
Declaration
public int message_id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
| Improve this Doc View SourceParse(Newtonsoft.Json.Linq.JToken)
Declaration
public override void Parse(Newtonsoft.Json.Linq.JToken result)
Parameters
| Type | Name | Description |
|---|---|---|
| Newtonsoft.Json.Linq.JToken | result |