Class MessageOfDay
Message of the day of the team (Team API).
Inheritance
System.Object
MessageOfDay
Namespace:RiotSharp.TeamEndpoint
Assembly:RiotSharp.dll
Syntax
public class MessageOfDay : object
Properties
CreateDate
Date of the message creation.
Declaration
public DateTime CreateDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Message
Message.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Version
Version of the message.
Declaration
public int Version { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |