TD.Data.VideoChat
data VideoChat Source #
Constructors
Describes a video chat
Fields
Group call identifier of an active video chat; 0 if none. Full information about the video chat can be received through the method getGroupCall
True, if the video chat has participants
Default group call participant identifier to join the video chat; may be null
Defined in TD.Data.VideoChat
Methods
parseJSON :: Value -> Parser VideoChat #
parseJSONList :: Value -> Parser [VideoChat] #
showsPrec :: Int -> VideoChat -> ShowS #
show :: VideoChat -> String #
showList :: [VideoChat] -> ShowS #
(==) :: VideoChat -> VideoChat -> Bool #
(/=) :: VideoChat -> VideoChat -> Bool #
shortShow :: VideoChat -> String Source #