Skip to content

Application Resource

Note

The following classes come from the scurrypy.resources.application module.


Application dataclass

Bases: BaseResource

Represents a Discord application.

id: int instance-attribute

ID of the application.

context: Any instance-attribute

Associated user data.

fetch async

Fetch this application's data.

Returns: