Skip to content

Call

Type · TDLib 1.8.67 · d1085f9c

Describes a call

Call(
  id: int32,
  unique_id: int64,
  user_id: int53,
  is_outgoing: Bool,
  is_video: Bool,
  state: CallState
) → Call

id

int32

Call identifier, not persistent

unique_id

int64

Persistent unique call identifier; 0 if isn't assigned yet by the server

user_id

int53

User identifier of the other call participant

is_outgoing

Bool

True, if the call is outgoing

is_video

Bool

True, if the call is a video call

state

CallState

Call state