RiotNet  8.0.0
A C#/.NET client for the Riot Games API.
Properties | List of all members
RiotNet.Models.LobbyEvent Class Reference

Represents an event that occurred in a game lobby. More...

Properties

string EventType [get, set]
 Gets or sets the type of event that occurred. More...
 
long SummonerId [get, set]
 Gets or sets the ID of the summoner who triggered the event, if any. More...
 
DateTime Timestamp [get, set]
 Gets or sets time at which the event occurred. More...
 

Detailed Description

Represents an event that occurred in a game lobby.

Property Documentation

string RiotNet.Models.LobbyEvent.EventType
getset

Gets or sets the type of event that occurred.

long RiotNet.Models.LobbyEvent.SummonerId
getset

Gets or sets the ID of the summoner who triggered the event, if any.

DateTime RiotNet.Models.LobbyEvent.Timestamp
getset

Gets or sets time at which the event occurred.


The documentation for this class was generated from the following file: