Search Results for

    Show / Hide Table of Contents

    Class RestChannel

    Represents a generic REST-based channel.

    Inheritance
    Object
    RestEntity<UInt64>
    RestChannel
    RestDMChannel
    RestGroupChannel
    RestGuildChannel
    Implements
    IEntity<UInt64>
    IChannel
    ISnowflakeEntity
    IEntity<UInt64>
    IUpdateable
    Inherited Members
    RestEntity<UInt64>.Id
    Namespace: Discord.Rest
    Assembly: Discord.Net.Rest.dll
    Syntax
    public class RestChannel : RestEntity<ulong>, IEntity<ulong>, IChannel, ISnowflakeEntity, IEntity<ulong>, IUpdateable

    Properties

    | Improve this Doc View Source

    CreatedAt

    Declaration
    public virtual DateTimeOffset CreatedAt { get; }
    Property Value
    Type Description
    DateTimeOffset

    Methods

    | Improve this Doc View Source

    UpdateAsync(RequestOptions)

    Declaration
    public virtual Task UpdateAsync(RequestOptions options = null)
    Parameters
    Type Name Description
    RequestOptions options
    Returns
    Type Description
    Task

    Implements

    IEntity<TId>
    IChannel
    ISnowflakeEntity
    IEntity<TId>
    IUpdateable

    Theme

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