C# Class TTAPI.RoomMetadata

Mostrar archivo Open project: Inumedia/Turntable-API.NET

Public Properties

Property Type Description
creator User
current_song Song
dj_full bool
djs string[]
privacy string
random double
songlog TTAPI.Song[]
sync SyncInformation
upvotes int

Public Methods

Method Description
SetVoteLog ( string log ) : void

Method Details

SetVoteLog() public method

public SetVoteLog ( string log ) : void
log string
return void

Property Details

creator public_oe property

public User,TTAPI creator
return User

current_song public_oe property

public Song,TTAPI current_song
return Song

dj_full public_oe property

public bool dj_full
return bool

djs public_oe property

public string[] djs
return string[]

privacy public_oe property

public string privacy
return string

random public_oe property

public double random
return double

songlog public_oe property

public Song[],TTAPI songlog
return TTAPI.Song[]

sync public_oe property

public SyncInformation,TTAPI sync
return SyncInformation

upvotes public_oe property

public int upvotes
return int