Class Activity
Fluxer entity with client attached.
public class Activity : Entity, IActivity
- Inheritance
-
objectActivity
- Implements
Properties
CreatedAt
public long CreatedAt { get; }
Property Value
Details
public string? Details { get; }
Property Value
Emoji
public Emoji? Emoji { get; }
Property Value
Name
public string Name { get; }
Property Value
State
public string? State { get; }
Property Value
Timestamps
public ActivityTimestamps? Timestamps { get; }
Property Value
Type
public int Type { get; }
Property Value
Url
public string? Url { get; }
Property Value
Methods
Create(FluxerBaseClient, ActivityJson)
Create a Activity object from json.
public static Activity Create(FluxerBaseClient client, ActivityJson json)
Parameters
clientFluxerBaseClientjsonActivityJson