PhoneCall
- class pyrogram.raw.types.PhoneCall
Phone call
Constructor of
PhoneCall
.- Details:
Layer:
194
ID:
30535AF5
- Parameters:
id (
int
64-bit
) – Call IDaccess_hash (
int
64-bit
) – Access hashdate (
int
32-bit
) – Date of creation of the calladmin_id (
int
64-bit
) – User ID of the creator of the callparticipant_id (
int
64-bit
) – User ID of the other participant in the callg_a_or_b (
bytes
) – Parameter for key exchangekey_fingerprint (
int
64-bit
) – Key fingerprintprotocol (
PhoneCallProtocol
) – Call protocol info to be passed to libtgvoipconnections (List of
PhoneConnection
) – List of endpoints the user can connect to to exchange call datastart_date (
int
32-bit
) – When was the call actually startedp2p_allowed (
bool
, optional) – Whether P2P connection to the other peer is allowedvideo (
bool
, optional) – Whether this is a video callcustom_parameters (
DataJSON
, optional)