View Source Nostrum.Struct.Event.PartialApplication (Nostrum v0.8.0)

Sent on READY

Link to this section Summary

Types

Public flags of the application.

ID of the application

t()

Event sent as part of the READY payload.

Link to this section Types

@type flags() :: non_neg_integer()

Public flags of the application.

See https://discord.com/developers/docs/resources/application#application-object-application-flags

@type id() :: Nostrum.Snowflake.t()

ID of the application

@type t() :: %Nostrum.Struct.Event.PartialApplication{flags: flags(), id: id()}

Event sent as part of the READY payload.