Table of Contents

Class Activity

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class Activity : Entity, IActivity
Inheritance
object
Activity
Implements

Properties

CreatedAt

public long CreatedAt { get; }

Property Value

long

Details

public string? Details { get; }

Property Value

string

Emoji

public Emoji? Emoji { get; }

Property Value

Emoji

Name

public string Name { get; }

Property Value

string

State

public string? State { get; }

Property Value

string

Timestamps

public ActivityTimestamps? Timestamps { get; }

Property Value

ActivityTimestamps

Type

public int Type { get; }

Property Value

int

Url

public string? Url { get; }

Property Value

string

Methods

Create(FluxerBaseClient, ActivityJson)

Create a Activity object from json.

public static Activity Create(FluxerBaseClient client, ActivityJson json)

Parameters

client FluxerBaseClient
json ActivityJson

Returns

Activity