Follow

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

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

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

Members

Static functions

fromJSON
auto fromJSON(JSONValue json)

Constructs a Follow from a JSON representation.

Variables

displayName
string displayName;

Display name of follower.

followerID
uint followerID;

Twitch ID of follower.

when
SysTime when;

Time when the follow action took place.

Meta