Interface IActivity
public interface IActivity
Properties
CreatedAt
long CreatedAt { get; }
Property Value
Details
string? Details { get; }
Property Value
Emoji
IEmoji? Emoji { get; }
Property Value
Name
string Name { get; }
Property Value
State
string? State { get; }
Property Value
Timestamps
IActivityTimestamps? Timestamps { get; }
Property Value
Type
int Type { get; }
Property Value
Url
string? Url { get; }