Search Results for

    Show / Hide Table of Contents

    Class Get

    一些有用的构造

    Inheritance
    System.Object
    Get
    Namespace: cqhttp.Cyan.Utils
    Assembly: cqhttp.Cyan.dll
    Syntax
    public class Get : object

    Methods

    | Improve this Doc View Source

    GroupAvatarUrl(Int64)

    群头像(url的形式)

    Declaration
    public static string GroupAvatarUrl(long group_id)
    Parameters
    Type Name Description
    System.Int64 group_id
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    UserAvatarUrl(UInt64)

    QQ用户头像(url的形式)

    Declaration
    public static string UserAvatarUrl(ulong user_id)
    Parameters
    Type Name Description
    System.UInt64 user_id
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    ☀
    ☾