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