| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.InviteVideoChatParticipants
Documentation
data InviteVideoChatParticipants Source #
Invites users to an active video chat. Sends a service message of the type messageInviteVideoChatParticipants to the chat bound to the group call. Returns Ok
Constructors
| InviteVideoChatParticipants | |
Instances
| ToJSON InviteVideoChatParticipants Source # | |
Defined in TD.Query.InviteVideoChatParticipants Methods toJSON :: InviteVideoChatParticipants -> Value # toEncoding :: InviteVideoChatParticipants -> Encoding # toJSONList :: [InviteVideoChatParticipants] -> Value # toEncodingList :: [InviteVideoChatParticipants] -> Encoding # | |
| Show InviteVideoChatParticipants Source # | |
Defined in TD.Query.InviteVideoChatParticipants Methods showsPrec :: Int -> InviteVideoChatParticipants -> ShowS # show :: InviteVideoChatParticipants -> String # showList :: [InviteVideoChatParticipants] -> ShowS # | |
| Eq InviteVideoChatParticipants Source # | |
Defined in TD.Query.InviteVideoChatParticipants Methods (==) :: InviteVideoChatParticipants -> InviteVideoChatParticipants -> Bool # (/=) :: InviteVideoChatParticipants -> InviteVideoChatParticipants -> Bool # | |
| ShortShow InviteVideoChatParticipants Source # | |
Defined in TD.Query.InviteVideoChatParticipants Methods | |