Search Results for

    Show / Hide Table of Contents

    Class GetStrangerInfoResult

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

    Properties

    | Improve this Doc View Source

    age

    Declaration
    public int age { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    nickname

    Declaration
    public string nickname { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    sex

    Declaration
    public string sex { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    user_id

    Declaration
    public long user_id { get; }
    Property Value
    Type Description
    System.Int64

    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
    ☀
    ☾