Calamity.Types.Model.Channel.Guild
Description
The generic guild channel type
data GuildChannel Source #
Constructors
Defined in Calamity.Types.Model.Channel.Guild
Methods
(==) :: GuildChannel -> GuildChannel -> Bool #
(/=) :: GuildChannel -> GuildChannel -> Bool #
showsPrec :: Int -> GuildChannel -> ShowS #
show :: GuildChannel -> String #
showList :: [GuildChannel] -> ShowS #
Associated Types
type Rep GuildChannel :: Type -> Type #
from :: GuildChannel -> Rep GuildChannel x #
to :: Rep GuildChannel x -> GuildChannel #
parseJSON :: Value -> Parser GuildChannel #
parseJSONList :: Value -> Parser [GuildChannel] #
showbPrec :: Int -> GuildChannel -> Builder #
showb :: GuildChannel -> Builder #
showbList :: [GuildChannel] -> Builder #
showtPrec :: Int -> GuildChannel -> Text #
showt :: GuildChannel -> Text #
showtList :: [GuildChannel] -> Text #
showtlPrec :: Int -> GuildChannel -> Text #
showtl :: GuildChannel -> Text #
showtlList :: [GuildChannel] -> Text #
Defined in Calamity.Internal.Updateable
type Updated GuildChannel Source #
update :: Updated GuildChannel -> GuildChannel -> GuildChannel Source #
getID :: GuildChannel -> Snowflake Channel Source #
getID :: GuildChannel -> Snowflake Guild Source #
getID :: GuildChannel -> Snowflake GuildChannel Source #
module Calamity.Types.Model.Channel.Guild.Category
module Calamity.Types.Model.Channel.Guild.Text
module Calamity.Types.Model.Channel.Guild.Voice