Table of Contents

Interface IActivity

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public interface IActivity

Properties

CreatedAt

long CreatedAt { get; }

Property Value

long

Details

string? Details { get; }

Property Value

string

Emoji

IEmoji? Emoji { get; }

Property Value

IEmoji

Name

string Name { get; }

Property Value

string

State

string? State { get; }

Property Value

string

Timestamps

IActivityTimestamps? Timestamps { get; }

Property Value

IActivityTimestamps

Type

int Type { get; }

Property Value

int

Url

string? Url { get; }

Property Value

string