Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
VideoChatEnded
data VideoChatEnded Source #
This object represents a service message about a video chat ended in the chat.
VideoChatEnded | |
|
Instances
VideoChatParticipantsInvited
data VideoChatParticipantsInvited Source #
VideoChatParticipantsInvited | |
|
Instances
FromJSON VideoChatParticipantsInvited Source # | |
ToJSON VideoChatParticipantsInvited Source # | |
Generic VideoChatParticipantsInvited Source # | |
Defined in Telegram.Bot.API.Types.VideoChatEnded type Rep VideoChatParticipantsInvited :: Type -> Type # | |
Show VideoChatParticipantsInvited Source # | |
Defined in Telegram.Bot.API.Types.VideoChatEnded showsPrec :: Int -> VideoChatParticipantsInvited -> ShowS # show :: VideoChatParticipantsInvited -> String # showList :: [VideoChatParticipantsInvited] -> ShowS # | |
type Rep VideoChatParticipantsInvited Source # | |
Defined in Telegram.Bot.API.Types.VideoChatEnded type Rep VideoChatParticipantsInvited = D1 ('MetaData "VideoChatParticipantsInvited" "Telegram.Bot.API.Types.VideoChatEnded" "telegram-bot-api-6.5-3pY7XQZ5v9zCuyh8HdDMyB" 'False) (C1 ('MetaCons "VideoChatParticipantsInvited" 'PrefixI 'True) (S1 ('MetaSel ('Just "videoChatParticipantsInvitedUsers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [User])))) |