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

Telegram.Bot.API.Types.VideoChatEnded

Synopsis

VideoChatEnded

data VideoChatEnded Source #

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

Constructors

VideoChatEnded 

Fields

Instances

Instances details
Show VideoChatEnded Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatEnded

Generic VideoChatEnded Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatEnded

Associated Types

type Rep VideoChatEnded :: Type -> Type #

FromJSON VideoChatEnded Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatEnded

Methods

parseJSON :: Value -> Parser VideoChatEnded

parseJSONList :: Value -> Parser [VideoChatEnded]

ToJSON VideoChatEnded Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatEnded

Methods

toJSON :: VideoChatEnded -> Value

toEncoding :: VideoChatEnded -> Encoding

toJSONList :: [VideoChatEnded] -> Value

toEncodingList :: [VideoChatEnded] -> Encoding

type Rep VideoChatEnded Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatEnded

type Rep VideoChatEnded = D1 ('MetaData "VideoChatEnded" "Telegram.Bot.API.Types.VideoChatEnded" "telegram-bot-api-6.5-inplace" 'False) (C1 ('MetaCons "VideoChatEnded" 'PrefixI 'True) (S1 ('MetaSel ('Just "videoChatEndedDuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Seconds)))

VideoChatParticipantsInvited

data VideoChatParticipantsInvited Source #

Constructors

VideoChatParticipantsInvited 

Fields

Instances

Instances details
Show VideoChatParticipantsInvited Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatEnded

Generic VideoChatParticipantsInvited Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatEnded

Associated Types

type Rep VideoChatParticipantsInvited :: Type -> Type #

FromJSON VideoChatParticipantsInvited Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatEnded

ToJSON VideoChatParticipantsInvited Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatEnded

type Rep VideoChatParticipantsInvited Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatEnded

type Rep VideoChatParticipantsInvited = D1 ('MetaData "VideoChatParticipantsInvited" "Telegram.Bot.API.Types.VideoChatEnded" "telegram-bot-api-6.5-inplace" 'False) (C1 ('MetaCons "VideoChatParticipantsInvited" 'PrefixI 'True) (S1 ('MetaSel ('Just "videoChatParticipantsInvitedUsers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [User]))))