Remedy.Schema.App (Remedy v0.6.6) View Source

Discord Application Object

Link to this section Summary

Link to this section Types

Specs

bot_public() :: boolean()
Link to this type

bot_require_code_grant()

View Source

Specs

bot_require_code_grant() :: boolean()

Specs

cover_image() :: String.t()

Specs

description() :: String.t()

Specs

flags() :: integer()

Specs

guild_id() :: Remedy.Schema.Guild.t()

Specs

hook() :: boolean()

Specs

icon() :: String.t()

Specs

name() :: String.t()

Specs

owner() :: Remedy.Schema.User.t()

Specs

primary_sku_id() :: Sunbake.Snowflake.t()

Specs

privacy_policy_url() :: String.t()

Specs

rpc_origins() :: [String.t()]

Specs

slug() :: String.t()

Specs

summary() :: String.t()

Specs

t() :: %Remedy.Schema.App{
  __meta__: term(),
  bot_public: bot_public(),
  bot_require_code_grant: bot_require_code_grant(),
  cover_image: cover_image(),
  description: description(),
  flags: flags(),
  guild: term(),
  guild_id: guild_id(),
  hook: hook(),
  icon: icon(),
  id: term(),
  name: name(),
  owner: owner(),
  primary_sku_id: primary_sku_id(),
  privacy_policy_url: privacy_policy_url(),
  rpc_origins: rpc_origins(),
  slug: slug(),
  summary: summary(),
  team: team(),
  team_id: term(),
  terms_of_service_url: terms_of_service_url(),
  verify_key: verify_key()
}

Specs

team() :: Remedy.Schema.Team.t()
Link to this type

terms_of_service_url()

View Source

Specs

terms_of_service_url() :: String.t()

Specs

verify_key() :: String.t()