Method GetJoinRequestAsync
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
GetJoinRequestAsync(ulong)
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)
Parameters
joinRequestId
ulongThe ID of the join request.