Nostrum.Struct.Event.PartialApplication (nostrum v0.11.0-dev)

View Source

Sent on READY

Summary

Types

Public flags of the application.

ID of the application

t()

Event sent as part of the READY payload.

Types

flags()

(since 0.5.0)
@type flags() :: non_neg_integer()

Public flags of the application.

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

id()

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

ID of the application

t()

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

Event sent as part of the READY payload.