Safe Haskell | None |
---|---|
Language | Haskell2010 |
Telegram.Bot.API.Types.VideoChatEnded
Synopsis
- newtype VideoChatEnded = VideoChatEnded {}
- newtype VideoChatParticipantsInvited = VideoChatParticipantsInvited {}
VideoChatEnded
newtype VideoChatEnded Source #
This object represents a service message about a video chat ended in the chat.
Constructors
VideoChatEnded | |
Fields
|
Instances
VideoChatParticipantsInvited
newtype VideoChatParticipantsInvited Source #
Constructors
VideoChatParticipantsInvited | |
Fields
|
Instances
FromJSON VideoChatParticipantsInvited Source # | |||||
Defined in Telegram.Bot.API.Types.VideoChatEnded | |||||
ToJSON VideoChatParticipantsInvited Source # | |||||
Defined in Telegram.Bot.API.Types.VideoChatEnded Methods toJSON :: VideoChatParticipantsInvited -> Value # toEncoding :: VideoChatParticipantsInvited -> Encoding # toJSONList :: [VideoChatParticipantsInvited] -> Value # toEncodingList :: [VideoChatParticipantsInvited] -> Encoding # | |||||
Generic VideoChatParticipantsInvited Source # | |||||
Defined in Telegram.Bot.API.Types.VideoChatEnded Associated Types
| |||||
Show VideoChatParticipantsInvited Source # | |||||
Defined in Telegram.Bot.API.Types.VideoChatEnded Methods 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-7.4.4-CbkblO6b3n86XenTUj4wdS" 'True) (C1 ('MetaCons "VideoChatParticipantsInvited" 'PrefixI 'True) (S1 ('MetaSel ('Just "videoChatParticipantsInvitedUsers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [User])))) |