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