DiscordRESTAPI

Inherits: Reference < Object

Inherited By: ApplicationRESTAPI, ChannelRESTAPI, GuildRESTAPI, InteractionRESTAPI, UserRESTAPI, WebhookRESTAPI

Description

Abstract class for Discord REST API sub-clients.

Properties

type name
String token
DiscordRESTRequester requester
Dictionary rest_headers
BaseDiscordEntityManager entity_manager

Methods

return type signature
RestRequest rest_request ( String endpoint, String reason="" )
String static rest_url ( String endpoint )
String static cdn_url ( String endpoint )

Property Descriptions

Method Descriptions