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 {}

Members

Static functions

fromJSON
auto fromJSON(JSONValue json)

Constructs a Follower from a JSON representation.

Variables

displayName
string displayName;

Display name of follower.

id
uint id;

Twitch numerical ID of follower.

login
string login;

Account name of follower.

when
SysTime when;

Time when the follow action took place.