Class TeamMemberInfo
Information about team members (Team API).
Inheritance
System.Object
TeamMemberInfo
Namespace:RiotSharp.TeamEndpoint
Assembly:RiotSharp.dll
Syntax
public class TeamMemberInfo : object
Properties
InviteDate
Date this team member was invited.
Declaration
public DateTime InviteDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
JoinDate
Date this team member joined the team.
Declaration
public DateTime JoinDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
PlayerId
Id of the team member.
Declaration
public long PlayerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Status
Status of the team member (owner, member, etc).
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |