Table of Contents

Method GetJoinRequestAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

GetJoinRequestAsync(ulong, CancellationToken)

Gets a specific join request.

[DiscordUnreleased("This feature is not available for bots at the current time")]
[Obsolete("This feature is not available for bots at the current time", true)]
public Task<DiscordGuildJoinRequest> GetJoinRequestAsync(ulong joinRequestId, CancellationToken cancellationToken = default)

Parameters

joinRequestId ulong

The ID of the join request.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<DiscordGuildJoinRequest>