C# Class BotVentic.EmoteInfo

Show file 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 property

public string Code
return string

EmoteSet public property

public int EmoteSet
return int

Id public property

public string Id
return string

Type public property

public EmoteType Type
return EmoteType