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.VideoChatScheduled

Synopsis

VideoChatScheduled

data VideoChatScheduled Source #

This object represents a service message about a video chat scheduled in the chat.

Constructors

VideoChatScheduled 

Fields

Instances

Instances details
FromJSON VideoChatScheduled Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatScheduled

ToJSON VideoChatScheduled Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatScheduled

Generic VideoChatScheduled Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatScheduled

Associated Types

type Rep VideoChatScheduled :: Type -> Type #

Show VideoChatScheduled Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatScheduled

type Rep VideoChatScheduled Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatScheduled

type Rep VideoChatScheduled = D1 ('MetaData "VideoChatScheduled" "Telegram.Bot.API.Types.VideoChatScheduled" "telegram-bot-api-6.7-8B5O9jcStFh8aacJiwZZeM" 'False) (C1 ('MetaCons "VideoChatScheduled" 'PrefixI 'True) (S1 ('MetaSel ('Just "videoChatScheduledStartDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 POSIXTime)))