Table of Contents

Class GuildUserInfo

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class GuildUserInfo : IJsonModel<JsonGuildUserInfo>
Inheritance
GuildUserInfo
Implements
Inherited Members

Constructors

GuildUserInfo(JsonGuildUserInfo, ulong, RestClient)

public GuildUserInfo(JsonGuildUserInfo jsonModel, ulong guildId, RestClient client)

Parameters

jsonModel JsonGuildUserInfo
guildId ulong
client RestClient

Properties

InviterId

The ID of the user that invited the User to the guild.

public ulong? InviterId { get; }

Property Value

ulong?

JoinSourceType

Specifies how the User joined the guild.

public GuildUserJoinSourceType JoinSourceType { get; }

Property Value

GuildUserJoinSourceType

SourceInviteCode

The code of the invite the User joined from.

public string? SourceInviteCode { get; }

Property Value

string

User

The GuildUser object representing the user.

public GuildUser User { get; }

Property Value

GuildUser