C# Class BotVentic.EmoteInfo

Mostrar archivo Open project: 3ventic/BotVentic Class Usage Examples

Public Properties

Property Type Description
Code string
EmoteSet int
Id string
Type EmoteType

Public Methods

Method Description
EmoteInfo ( int id, string code, EmoteType type, int set = -1 )
EmoteInfo ( string id, string code, EmoteType type, int set = -1 )

Method Details

EmoteInfo() public method

public EmoteInfo ( int id, string code, EmoteType type, int set = -1 )
id int
code string
type EmoteType
set int

EmoteInfo() public method

public EmoteInfo ( string id, string code, EmoteType type, int set = -1 )
id string
code string
type EmoteType
set int

Property Details

Code public_oe property

public string Code
return string

EmoteSet public_oe property

public int EmoteSet
return int

Id public_oe property

public string Id
return string

Type public_oe property

public EmoteType Type
return EmoteType