telegram-bot-api-7.0: Easy to use library for building Telegram bots. Exports Telegram Bot API.
Safe HaskellSafe-Inferred
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

VideoChatParticipantsInvited

data VideoChatParticipantsInvited Source #

Constructors

VideoChatParticipantsInvited 

Fields

Instances

Instances details
FromJSON VideoChatParticipantsInvited Source # 
Instance details

Defined in Telegram.Bot.API.Types.VideoChatEnded

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

Show 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-7.0-2XShkJeCLX71W7OKNKemWZ" 'False) (C1 ('MetaCons "VideoChatParticipantsInvited" 'PrefixI 'True) (S1 ('MetaSel ('Just "videoChatParticipantsInvitedUsers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [User]))))