Class RestInviteMetadata
Represents additional information regarding the REST-based invite object.
Inheritance
RestInviteMetadata
Assembly: Discord.Net.Rest.dll
public class RestInviteMetadata : RestInvite, IEntity<string>, IUpdateable, IInviteMetadata, IInvite, IEntity<string>, IDeletable
Properties
|
Improve this Doc
View Source
Declaration
public DateTimeOffset? CreatedAt { get; }
Property Value
Type |
Description |
Nullable<DateTimeOffset> |
|
|
Improve this Doc
View Source
Declaration
public bool IsTemporary { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public int? MaxAge { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public int? MaxUses { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public int? Uses { get; }
Property Value
Implements