telegram-bot-api-6.5: Easy to use library for building Telegram bots. Exports Telegram Bot API.
Safe HaskellNone
LanguageHaskell2010

Telegram.Bot.API.Types.VideoChatStarted

Synopsis

VideoChatStarted

data VideoChatStarted Source #

This object represents a service message about a video chat started in the chat. Currently holds no information.

Constructors

VideoChatStarted 

Instances

Instances details
Show VideoChatStarted Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatStarted

Generic VideoChatStarted Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatStarted

Associated Types

type Rep VideoChatStarted :: Type -> Type #

FromJSON VideoChatStarted Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatStarted

Methods

parseJSON :: Value -> Parser VideoChatStarted

parseJSONList :: Value -> Parser [VideoChatStarted]

ToJSON VideoChatStarted Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatStarted

type Rep VideoChatStarted Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatStarted

type Rep VideoChatStarted = D1 ('MetaData "VideoChatStarted" "Telegram.Bot.API.Types.VideoChatStarted" "telegram-bot-api-6.5-inplace" 'False) (C1 ('MetaCons "VideoChatStarted" 'PrefixI 'False) (U1 :: Type -> Type))