Class GuildMemberCountGatewayData
public class GuildMemberCountGatewayData
- Inheritance
-
objectGuildMemberCountGatewayData
- Derived
Properties
GuildId
[JsonProperty("guild_id")]
public ulong GuildId { get; set; }
Property Value
MemberCount
[JsonProperty("member_count")]
public int MemberCount { get; set; }
Property Value
OnlineCount
[JsonProperty("online_count")]
public int OnlineCount { get; set; }