ChannelFollow
data class ChannelFollow(val subscriptionType: String, val messageId: String, val timestamp: Instant, val userId: String, val userLogin: String, val userName: String, val broadcasterUserId: String, val broadcasterUserLogin: String, val broadcasterUserName: String, val followedAt: Instant) : TwitchEvent
Constructors
Properties
Link copied to clipboard
the broadcaster's user ID.
Link copied to clipboard
the broadcaster's login.
Link copied to clipboard
the broadcaster's display name.
Link copied to clipboard
RFC3339 timestamp of when the follow occurred.
Link copied to clipboard
The EventSub subscription type string (e.g. channel.follow).