Search Results for

    Show / Hide Table of Contents

    Class SendmsgResult

    Inheritance
    System.Object
    ApiResult
    SendmsgResult
    Inherited Members
    ApiResult.raw_data
    ApiResult.Parse(JToken)
    ApiResult.PreCheck(JToken)
    Namespace: cqhttp.Cyan.ApiCall.Results
    Assembly: cqhttp.Cyan.dll
    Syntax
    public class SendmsgResult : ApiResult

    Properties

    | Improve this Doc View Source

    message_id

    用于撤回消息的消息ID

    Declaration
    public int message_id { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    Parse(Newtonsoft.Json.Linq.JToken)

    Declaration
    public override void Parse(Newtonsoft.Json.Linq.JToken result)
    Parameters
    Type Name Description
    Newtonsoft.Json.Linq.JToken result
    • Improve this Doc
    • View Source
    ☀
    ☾