Class GuildUserInfo
public class GuildUserInfo : IJsonModel<JsonGuildUserInfo>
- Inheritance
-
GuildUserInfo
- Implements
- Inherited Members
Constructors
GuildUserInfo(JsonGuildUserInfo, ulong, RestClient)
public GuildUserInfo(JsonGuildUserInfo jsonModel, ulong guildId, RestClient client)
Parameters
jsonModelJsonGuildUserInfoguildIdulongclientRestClient
Properties
InviterId
The ID of the user that invited the User to the guild.
public ulong? InviterId { get; }
Property Value
JoinSourceType
Specifies how the User joined the guild.
public GuildUserJoinSourceType JoinSourceType { get; }
Property Value
SourceInviteCode
The code of the invite the User joined from.
public string? SourceInviteCode { get; }
Property Value
User
The GuildUser object representing the user.
public GuildUser User { get; }