telegram-bot-api-7.4.3: Easy to use library for building Telegram bots. Exports Telegram Bot API.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Telegram.Bot.API.Types.VideoChatEnded

Synopsis

VideoChatEnded

newtype VideoChatEnded Source #

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

Constructors

VideoChatEnded 

Fields

VideoChatParticipantsInvited

newtype 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.4.3-38UQu7GyDDHHZ1He0cP5zf" 'True) (C1 ('MetaCons "VideoChatParticipantsInvited" 'PrefixI 'True) (S1 ('MetaSel ('Just "videoChatParticipantsInvitedUsers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [User]))))