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
joinRequestIdulongThe ID of the join request.
cancellationTokenCancellationTokenA token to cancel the request.