ChannelServerModeUserVoicedArgs Constructor |
Constructor for arguments class passed to the ChannelServerModeUserVoiced event
Namespace:
AdiIRCAPIv2.Arguments.ChannelServerModes
Assembly:
AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax public ChannelServerModeUserVoicedArgs(
IChannel channel,
IChannelUser user,
string byServer,
bool modeFirst,
bool modeLast,
string rawMessage,
string rawBytes,
DateTime serverTime,
IDictionary<string, string> messageTags,
EatData eatData
)
Parameters
- channel
- Type: AdiIRCAPIv2.InterfacesIChannel
IChannel - user
- Type: AdiIRCAPIv2.InterfacesIChannelUser
IChannelUser - byServer
- Type: SystemString
string - modeFirst
- Type: SystemBoolean
bool - modeLast
- Type: SystemBoolean
bool - rawMessage
- Type: SystemString
string - rawBytes
- Type: SystemString
string - serverTime
- Type: SystemDateTime
DateTime - messageTags
- Type: System.Collections.GenericIDictionaryString, String
IDictionary> - eatData
- Type: AdiIRCAPIv2.EnumeratorsEatData
EatData>
See Also