calamity-0.1.0.0: A library for writing discord bots
Calamity.Types.Model.Channel.Guild.Category
data Category Source #
Constructors
Fields
Defined in Calamity.Types.Model.Channel.Guild.Category
Methods
(==) :: Category -> Category -> Bool #
(/=) :: Category -> Category -> Bool #
showsPrec :: Int -> Category -> ShowS #
show :: Category -> String #
showList :: [Category] -> ShowS #
Associated Types
type Rep Category :: Type -> Type #
from :: Category -> Rep Category x #
to :: Rep Category x -> Category #
toJSON :: Category -> Value #
toEncoding :: Category -> Encoding #
toJSONList :: [Category] -> Value #
toEncodingList :: [Category] -> Encoding #
parseJSON :: Value -> Parser Category #
parseJSONList :: Value -> Parser [Category] #
showbPrec :: Int -> Category -> Builder #
showb :: Category -> Builder #
showbList :: [Category] -> Builder #
showtPrec :: Int -> Category -> Text #
showt :: Category -> Text #
showtList :: [Category] -> Text #
showtlPrec :: Int -> Category -> Text #
showtl :: Category -> Text #
showtlList :: [Category] -> Text #
getID :: Category -> Snowflake Channel Source #
getID :: Category -> Snowflake Category Source #