Skip to content

Resources


application

Application dataclass

Bases: BaseResource


              flowchart TD
              scurrypy.resources.application.Application[Application]
              scurrypy.resources.base_resource.BaseResource[BaseResource]

                              scurrypy.resources.base_resource.BaseResource --> scurrypy.resources.application.Application
                


              click scurrypy.resources.application.Application href "" "scurrypy.resources.application.Application"
              click scurrypy.resources.base_resource.BaseResource href "" "scurrypy.resources.base_resource.BaseResource"
            

Represents a Discord application.

id: Snowflake instance-attribute

ID of the application.

fetch async

Fetch this application's data.

Returns: