| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetGroupCallParticipants
Documentation
data GetGroupCallParticipants Source #
Returns information about participants of a non-joined group call that is not bound to a chat. Returns GroupCallParticipants
Constructors
| GetGroupCallParticipants | |
Fields
| |
Instances
| ToJSON GetGroupCallParticipants Source # | |
Defined in TD.Query.GetGroupCallParticipants Methods toJSON :: GetGroupCallParticipants -> Value # toEncoding :: GetGroupCallParticipants -> Encoding # toJSONList :: [GetGroupCallParticipants] -> Value # | |
| Show GetGroupCallParticipants Source # | |
Defined in TD.Query.GetGroupCallParticipants Methods showsPrec :: Int -> GetGroupCallParticipants -> ShowS # show :: GetGroupCallParticipants -> String # showList :: [GetGroupCallParticipants] -> ShowS # | |
| Eq GetGroupCallParticipants Source # | |
Defined in TD.Query.GetGroupCallParticipants Methods (==) :: GetGroupCallParticipants -> GetGroupCallParticipants -> Bool # (/=) :: GetGroupCallParticipants -> GetGroupCallParticipants -> Bool # | |
| ShortShow GetGroupCallParticipants Source # | |
Defined in TD.Query.GetGroupCallParticipants Methods | |