SubGift

class SubGift(channel: String, tags: Map<String, String>, userId: String, userLogin: String, displayName: String, systemMessage: String, val tier: SubTier, val recipientLogin: String, val recipientDisplayName: String) : IrcMessage.UserNotice

Gifted subscription (msg-id=subgift).

Constructors

Link copied to clipboard
constructor(channel: String, tags: Map<String, String>, userId: String, userLogin: String, displayName: String, systemMessage: String, tier: SubTier, recipientLogin: String, recipientDisplayName: String)

Properties

Link copied to clipboard
open override val channel: String

Channel name without the # prefix.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val tags: Map<String, String>

Raw IRCv3 tags for direct access when typed fields are insufficient.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard