Method GetThread
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
GetThread(ulong)
Gets a thread from this guild by its ID.
public DiscordThreadChannel? GetThread(ulong id)
Parameters
id
ulongID of the thread to get.
Returns
- DiscordThreadChannel
Requested thread.
Exceptions
- ServerErrorException
Thrown when Discord is unable to process the request.