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

Sent on READY

Summary

Types

Public flags of the application.

ID of the application

t()

Event sent as part of the READY payload.

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.