Click or drag to resize

ServerNoticeMessageArgs Constructor

Constructor for arguments class passed to the ServerNoticeMessage event

Namespace:  AdiIRCAPIv2.Arguments.PrivateMessages
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
public ServerNoticeMessageArgs(
	IServer server,
	IUser user,
	string message,
	string rawMessage,
	string rawBytes,
	DateTime serverTime,
	IDictionary<string, string> messageTags,
	EatData eatData
)

Parameters

server
Type: AdiIRCAPIv2.InterfacesIServer
IServer
user
Type: AdiIRCAPIv2.InterfacesIUser
IUser
message
Type: SystemString
string
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