Class RestChannel
Represents a generic REST-based channel.
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
Returns
Implements