Follower

Embodiment of the notion of someone following someone else on Twitch.

This cannot be a Voldemort type inside getFollowers since we need an array of them inside TwitchPlugin.Room.

version(TwitchSupport && WithTwitchPlugin)
package
struct Follower {}

Constructors

this
this(JSONSchema json)

Constructor.

Members

Structs

JSONSchema
struct JSONSchema

JSON schema for the follower object.

Variables

displayName
string displayName;

Display name of follower.

id
ulong id;

Twitch numerical ID of follower.

login
string login;

Account name of follower.

when
SysTime when;

Time when the follow action took place.