Class representing a resubscriber.
More...
|
override string | ToString () |
| Overriden ToString method, prints out all properties related to resub. More...
|
|
Class representing a resubscriber.
◆ SubscriberBase()
TwitchLib.Client.Models.SubscriberBase.SubscriberBase |
( |
IrcMessage |
ircMessage | ) |
|
|
protected |
◆ ToString()
override string TwitchLib.Client.Models.SubscriberBase.ToString |
( |
| ) |
|
Overriden ToString method, prints out all properties related to resub.
◆ monthsInternal
readonly int TwitchLib.Client.Models.SubscriberBase.monthsInternal |
|
protected |
◆ BadgeInfo
List<KeyValuePair<string, string> > TwitchLib.Client.Models.SubscriberBase.BadgeInfo |
|
get |
Metadata associated with each badge
◆ Badges
List<KeyValuePair<string, string> > TwitchLib.Client.Models.SubscriberBase.Badges |
|
get |
Property representing list of badges assigned.
◆ Channel
string TwitchLib.Client.Models.SubscriberBase.Channel |
|
get |
◆ Color
Color TwitchLib.Client.Models.SubscriberBase.Color |
|
get |
Property representing HEX color as a System.Drawing.Color object.
◆ ColorHex
string TwitchLib.Client.Models.SubscriberBase.ColorHex |
|
get |
Property representing the colorhex of the resubscriber.
◆ DisplayName
string TwitchLib.Client.Models.SubscriberBase.DisplayName |
|
get |
Property representing resubscriber's customized display name.
◆ EmoteSet
string TwitchLib.Client.Models.SubscriberBase.EmoteSet |
|
get |
Property representing emote set of resubscriber.
◆ Id
string TwitchLib.Client.Models.SubscriberBase.Id |
|
get |
Property representing resub message id
◆ IsModerator
bool TwitchLib.Client.Models.SubscriberBase.IsModerator |
|
get |
Property representing whether or not the resubscriber is a moderator.
◆ IsPartner
bool TwitchLib.Client.Models.SubscriberBase.IsPartner |
|
get |
Property representing whether or not person is a partner.
◆ IsSubscriber
bool TwitchLib.Client.Models.SubscriberBase.IsSubscriber |
|
get |
Property representing whether or not the resubscriber is a subscriber (YES).
◆ IsTurbo
bool TwitchLib.Client.Models.SubscriberBase.IsTurbo |
|
get |
Property representing whether or not the resubscriber is a turbo member.
◆ Login
string TwitchLib.Client.Models.SubscriberBase.Login |
|
get |
Property representing login of resubscription event.
◆ MsgId
string TwitchLib.Client.Models.SubscriberBase.MsgId |
|
get |
◆ MsgParamCumulativeMonths
string TwitchLib.Client.Models.SubscriberBase.MsgParamCumulativeMonths |
|
get |
◆ MsgParamShouldShareStreak
bool TwitchLib.Client.Models.SubscriberBase.MsgParamShouldShareStreak |
|
get |
◆ MsgParamStreakMonths
string TwitchLib.Client.Models.SubscriberBase.MsgParamStreakMonths |
|
get |
◆ RawIrc
string TwitchLib.Client.Models.SubscriberBase.RawIrc |
|
get |
Property representing the raw IRC message (for debugging/customized parsing)
◆ ResubMessage
string TwitchLib.Client.Models.SubscriberBase.ResubMessage |
|
get |
Property representing system message.
◆ RoomId
string TwitchLib.Client.Models.SubscriberBase.RoomId |
|
get |
Property representing the room id.
◆ SubscriptionPlan
SubscriptionPlan TwitchLib.Client.Models.SubscriberBase.SubscriptionPlan = SubscriptionPlan.NotSet |
|
get |
Property representing the plan a user is on.
◆ SubscriptionPlanName
string TwitchLib.Client.Models.SubscriberBase.SubscriptionPlanName |
|
get |
Property representing the subscription plan name.
◆ SystemMessage
string TwitchLib.Client.Models.SubscriberBase.SystemMessage |
|
get |
Property representing internval system message value.
◆ SystemMessageParsed
string TwitchLib.Client.Models.SubscriberBase.SystemMessageParsed |
|
get |
Property representing internal system message value, parsed.
◆ TmiSentTs
string TwitchLib.Client.Models.SubscriberBase.TmiSentTs |
|
get |
Property representing the tmi-sent-ts value.
◆ UserId
string TwitchLib.Client.Models.SubscriberBase.UserId |
|
get |
Property representing the user's id.
◆ UserType
UserType TwitchLib.Client.Models.SubscriberBase.UserType |
|
get |
Property representing the user type of the resubscriber.
The documentation for this class was generated from the following file: