Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data VideoChatStarted = VideoChatStarted
VideoChatStarted
data VideoChatStarted Source #
This object represents a service message about a video chat started in the chat. Currently holds no information.
Instances
FromJSON VideoChatStarted Source # | |
Defined in Telegram.Bot.API.Types.VideoChatStarted parseJSON :: Value -> Parser VideoChatStarted # parseJSONList :: Value -> Parser [VideoChatStarted] # | |
ToJSON VideoChatStarted Source # | |
Defined in Telegram.Bot.API.Types.VideoChatStarted toJSON :: VideoChatStarted -> Value # toEncoding :: VideoChatStarted -> Encoding # toJSONList :: [VideoChatStarted] -> Value # toEncodingList :: [VideoChatStarted] -> Encoding # omitField :: VideoChatStarted -> Bool # | |
Generic VideoChatStarted Source # | |
Defined in Telegram.Bot.API.Types.VideoChatStarted type Rep VideoChatStarted :: Type -> Type # from :: VideoChatStarted -> Rep VideoChatStarted x # to :: Rep VideoChatStarted x -> VideoChatStarted # | |
Show VideoChatStarted Source # | |
Defined in Telegram.Bot.API.Types.VideoChatStarted showsPrec :: Int -> VideoChatStarted -> ShowS # show :: VideoChatStarted -> String # showList :: [VideoChatStarted] -> ShowS # | |
type Rep VideoChatStarted Source # | |