telegram-bot-api-6.7: Easy to use library for building Telegram bots. Exports Telegram Bot API.
Safe HaskellSafe-Inferred
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
FromJSON VideoChatStarted Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatStarted

ToJSON 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 #

Show 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.7-8B5O9jcStFh8aacJiwZZeM" 'False) (C1 ('MetaCons "VideoChatStarted" 'PrefixI 'False) (U1 :: Type -> Type))