Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.LoadGroupCallParticipants
Documentation
data LoadGroupCallParticipants Source #
Loads more participants of a group call. The loaded participants will be received through updates. Use the field groupCall.loaded_all_participants to check whether all participants have already been loaded. Returns Ok
Constructors
LoadGroupCallParticipants | |
Instances
ToJSON LoadGroupCallParticipants Source # | |
Defined in TD.Query.LoadGroupCallParticipants Methods toJSON :: LoadGroupCallParticipants -> Value # toEncoding :: LoadGroupCallParticipants -> Encoding # toJSONList :: [LoadGroupCallParticipants] -> Value # | |
Show LoadGroupCallParticipants Source # | |
Defined in TD.Query.LoadGroupCallParticipants Methods showsPrec :: Int -> LoadGroupCallParticipants -> ShowS # show :: LoadGroupCallParticipants -> String # showList :: [LoadGroupCallParticipants] -> ShowS # | |
Eq LoadGroupCallParticipants Source # | |
Defined in TD.Query.LoadGroupCallParticipants Methods (==) :: LoadGroupCallParticipants -> LoadGroupCallParticipants -> Bool # (/=) :: LoadGroupCallParticipants -> LoadGroupCallParticipants -> Bool # | |
ShortShow LoadGroupCallParticipants Source # | |
Defined in TD.Query.LoadGroupCallParticipants Methods |