Table of Contents

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 ulong

ID of the thread to get.

Returns

DiscordThreadChannel

Requested thread.

Exceptions

ServerErrorException

Thrown when Discord is unable to process the request.