C# Class SharpTox.Core.ToxEventArgs.GroupInviteEventArgs

Inheritance: FriendBaseEventArgs
Mostrar archivo Open project: hexafluoride/Detox

Public Methods

Method Description
GroupInviteEventArgs ( int friendNumber, ToxGroupType type, byte data ) : System

Method Details

GroupInviteEventArgs() public method

public GroupInviteEventArgs ( int friendNumber, ToxGroupType type, byte data ) : System
friendNumber int
type ToxGroupType
data byte
return System