TwitchLib 3.5.3
Loading...
Searching...
No Matches
TwitchLib.Client.Events.OnMessageClearedArgs Class Reference

Args representing a cleared message event. Implements the System.EventArgs More...

Inheritance diagram for TwitchLib.Client.Events.OnMessageClearedArgs:

Public Attributes

string Channel
 Channel that had message cleared event. More...
 
string Message
 Message contents that received clear message More...
 
string TargetMessageId
 Message ID representing the message that was cleared More...
 
string TmiSentTs
 Timestamp of when message was sent More...
 

Detailed Description

Args representing a cleared message event. Implements the System.EventArgs

See also
System.EventArgs

Member Data Documentation

◆ Channel

string TwitchLib.Client.Events.OnMessageClearedArgs.Channel

Channel that had message cleared event.

◆ Message

string TwitchLib.Client.Events.OnMessageClearedArgs.Message

Message contents that received clear message

◆ TargetMessageId

string TwitchLib.Client.Events.OnMessageClearedArgs.TargetMessageId

Message ID representing the message that was cleared

◆ TmiSentTs

string TwitchLib.Client.Events.OnMessageClearedArgs.TmiSentTs

Timestamp of when message was sent


The documentation for this class was generated from the following file: