Remedy.Schema.Webhook (Remedy v0.6.8) View Source
Webhook
Link to this section Summary
Link to this section Types
Specs
application() :: Remedy.Schema.App.t()
Specs
avatar() :: String.t()
Specs
channel() :: Remedy.Schema.Channel.t()
Specs
guild() :: Remedy.Schema.Guild.t()
Specs
name() :: String.t()
Specs
source_channel() :: Remedy.Schema.Channel.t()
Specs
source_guild() :: Remedy.Schema.Guild.t()
Specs
t() :: %Remedy.Schema.Webhook{
__meta__: term(),
application: application(),
application_id: term(),
avatar: avatar(),
channel: channel(),
channel_id: term(),
guild: guild(),
guild_id: term(),
id: term(),
name: name(),
source_channel: source_channel(),
source_channel_id: term(),
source_guild: source_guild(),
source_guild_id: term(),
token: token(),
type: type(),
url: url(),
user: user(),
user_id: term()
}
Specs
token() :: String.t()
Specs
type() :: integer()
Specs
url() :: String.t()
Specs
user() :: Remedy.Schema.User.t()