Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Data.GroupCallParticipantVideoInfo
Documentation
data GroupCallParticipantVideoInfo Source #
Constructors
GroupCallParticipantVideoInfo | Contains information about a group call participant's video channel |
Fields
|
Instances
FromJSON GroupCallParticipantVideoInfo Source # | |
Defined in TD.Data.GroupCallParticipantVideoInfo Methods parseJSON :: Value -> Parser GroupCallParticipantVideoInfo # parseJSONList :: Value -> Parser [GroupCallParticipantVideoInfo] # | |
Show GroupCallParticipantVideoInfo Source # | |
Defined in TD.Data.GroupCallParticipantVideoInfo Methods showsPrec :: Int -> GroupCallParticipantVideoInfo -> ShowS # show :: GroupCallParticipantVideoInfo -> String # showList :: [GroupCallParticipantVideoInfo] -> ShowS # | |
Eq GroupCallParticipantVideoInfo Source # | |
Defined in TD.Data.GroupCallParticipantVideoInfo | |
ShortShow GroupCallParticipantVideoInfo Source # | |
Defined in TD.Data.GroupCallParticipantVideoInfo Methods shortShow :: GroupCallParticipantVideoInfo -> String Source # |