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