Search Results for

    Show / Hide Table of Contents

    Interface IDiscordConnection

    Represents a discord Connection API model. Docs: https://discord.com/developers/docs/resources/user#connection-object

    Namespace: Color_Chan.Discord.Core.Common.Models
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public interface IDiscordConnection

    Properties

    | Improve this Doc View Source

    FriendSync

    Whether friend sync is enabled for this connection.

    Declaration
    bool FriendSync { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Id

    Id of the connection account.

    Declaration
    ulong Id { get; set; }
    Property Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    Name

    The username of the connection account.

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Revoked

    Whether the connection is revoked.

    Declaration
    bool? Revoked { get; set; }
    Property Value
    Type Description
    System.Nullable<Boolean>
    | Improve this Doc View Source

    ShowActivity

    Whether activities related to this connection will be shown in presence updates.

    Declaration
    bool ShowActivity { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Type

    The service of the connection (twitch, youtube).

    Declaration
    string Type { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Verified

    Whether the connection is verified.

    Declaration
    bool Verified { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Visibility

    Visibility of this connection.

    Declaration
    int Visibility { get; set; }
    Property Value
    Type Description
    Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX