Search Results for

    Show / Hide Table of Contents

    Interface IIntegrationApplication

    Provides the bot/OAuth2 application for an IIntegration.

    Namespace: Discord
    Assembly: Discord.Net.Core.dll
    Syntax
    public interface IIntegrationApplication

    Properties

    | Improve this Doc View Source

    Bot

    Gets the bot associated with this application.

    Declaration
    IUser Bot { get; }
    Property Value
    Type Description
    IUser
    | Improve this Doc View Source

    Description

    Gets the description of the app.

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

    Icon

    Gets the icon hash of the app.

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

    Id

    Gets the id of the app.

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

    Name

    Gets the name of the app.

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

    Summary

    Gets the summary of the app.

    Declaration
    string Summary { get; }
    Property Value
    Type Description
    String

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2022 3.7.2