Search Results for

    Show / Hide Table of Contents

    Class DiscordConnection

    Gets a Discord connection to a 3rd party service.

    Inheritance
    System.Object
    DiscordConnection
    Namespace: DisCatSharp.Entities
    Assembly: DisCatSharp.dll
    Syntax
    public class DiscordConnection

    Properties

    | Improve this Doc View Source

    FriendSync

    Whether the connection will sync friends.

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

    Id

    Gets the id of the connection account

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

    Integrations

    Gets a collection of partial server integrations.

    Declaration
    public IReadOnlyList<DiscordIntegration> Integrations { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<DiscordIntegration>
    | Improve this Doc View Source

    IsRevoked

    Gets whether the connection is revoked.

    Declaration
    public bool IsRevoked { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Name

    Gets the username of the connection account.

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

    ShowActivity

    Gets whether the connection will show a activity.

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

    Type

    Gets the service of the connection (twitch, youtube, steam, twitter, facebook, spotify, leagueoflegends, reddit)

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

    Verified

    Gets whether the connection is verified.

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

    Visibility

    Gets the visibility of the connection.

    Declaration
    public long? Visibility { get; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems