Table of Contents

Class GuildMemberCountGatewayData

Namespace
Fluxer.Net.Gateway
Assembly
Fluxer.Net.dll
public class GuildMemberCountGatewayData
Inheritance
object
GuildMemberCountGatewayData
Derived

Properties

GuildId

[JsonProperty("guild_id")]
public ulong GuildId { get; set; }

Property Value

ulong

MemberCount

[JsonProperty("member_count")]
public int MemberCount { get; set; }

Property Value

int

OnlineCount

[JsonProperty("online_count")]
public int OnlineCount { get; set; }

Property Value

int