TD.Data.Call
data Call Source #
Constructors
Describes a call
Fields
Call identifier, not persistent
User identifier of the other call participant
True, if the call is outgoing
True, if the call is a video call
Call state
Identifier of the group call associated with the call; 0 if the group call isn't created yet. The group call can be received through the method getGroupCall
Defined in TD.Data.Call
Methods
parseJSON :: Value -> Parser Call #
parseJSONList :: Value -> Parser [Call] #
showsPrec :: Int -> Call -> ShowS #
show :: Call -> String #
showList :: [Call] -> ShowS #
(==) :: Call -> Call -> Bool #
(/=) :: Call -> Call -> Bool #
shortShow :: Call -> String Source #