Table of Contents

Constructor DiscordRestClient

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

DiscordRestClient(RestClientOptions, string, TokenType, ILogger?)

public DiscordRestClient(RestClientOptions options, string token, TokenType tokenType, ILogger? logger = null)

Parameters

options RestClientOptions
token string
tokenType TokenType
logger ILogger