-
Notifications
You must be signed in to change notification settings - Fork 20
Data Object
AnkhHeart edited this page Apr 30, 2018
·
2 revisions
| Variable | Usage |
|---|---|
| string User | data.User |
| string UserName | data.UserName |
| string Message | data.Message |
| string RawData | data.RawData |
| string ServiceType | data.ServiceType |
| string ServiceType | data.ServiceType |
bool IsChatMessage()result = data.IsChatMessage()bool IsRawData()result = data.IsRawData()bool IsFromTwitch()result = data.IsFromTwitch()bool IsFromYoutube()result = data.IsFromYoutube()bool IsFromMixer()result = data.IsFromMixer()bool IsFromDiscord()result = data.IsFromDiscord()bool IsWhisper()result = data.IsWhisper()string GetParam(int id)result = data.GetParam(0)string GetParamCount()result = data.GetParamCount()