Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.InviteGroupCallParticipant
Documentation
data InviteGroupCallParticipant Source #
Invites a user to an active group call; for group calls not bound to a chat only. Sends a service message of the type messageGroupCall. The group call can have at most getOption("group_call_participant_count_max") participants. Returns InviteGroupCallParticipantResult
Constructors
InviteGroupCallParticipant | |
Instances
ToJSON InviteGroupCallParticipant Source # | |
Defined in TD.Query.InviteGroupCallParticipant Methods toJSON :: InviteGroupCallParticipant -> Value # toEncoding :: InviteGroupCallParticipant -> Encoding # toJSONList :: [InviteGroupCallParticipant] -> Value # toEncodingList :: [InviteGroupCallParticipant] -> Encoding # | |
Show InviteGroupCallParticipant Source # | |
Defined in TD.Query.InviteGroupCallParticipant Methods showsPrec :: Int -> InviteGroupCallParticipant -> ShowS # show :: InviteGroupCallParticipant -> String # showList :: [InviteGroupCallParticipant] -> ShowS # | |
Eq InviteGroupCallParticipant Source # | |
Defined in TD.Query.InviteGroupCallParticipant Methods (==) :: InviteGroupCallParticipant -> InviteGroupCallParticipant -> Bool # (/=) :: InviteGroupCallParticipant -> InviteGroupCallParticipant -> Bool # | |
ShortShow InviteGroupCallParticipant Source # | |
Defined in TD.Query.InviteGroupCallParticipant Methods |