Calamity.Types.Model.Channel.Webhook
Description
Channel webhooks
data Webhook Source #
Constructors
Fields
Defined in Calamity.Types.Model.Channel.Webhook
Methods
(==) :: Webhook -> Webhook -> Bool #
(/=) :: Webhook -> Webhook -> Bool #
showsPrec :: Int -> Webhook -> ShowS #
show :: Webhook -> String #
showList :: [Webhook] -> ShowS #
Associated Types
type Rep Webhook :: Type -> Type #
from :: Webhook -> Rep Webhook x #
to :: Rep Webhook x -> Webhook #
showbPrec :: Int -> Webhook -> Builder
showb :: Webhook -> Builder
showbList :: [Webhook] -> Builder
showtPrec :: Int -> Webhook -> Text
showt :: Webhook -> Text
showtList :: [Webhook] -> Text
showtlPrec :: Int -> Webhook -> Text
showtl :: Webhook -> Text
showtlList :: [Webhook] -> Text
parseJSON :: Value -> Parser Webhook
parseJSONList :: Value -> Parser [Webhook]
getID :: Webhook -> Snowflake Webhook Source #