PhoneCall
---types--- phoneCall#967f7c67 flags:# p2p_allowed:flags.5?true video:flags.6?true id:long access_hash:long date:date admin_id:long participant_id:long g_a_or_b:bytes key_fingerprint:long protocol:PhoneCallProtocol connections:Vector<PhoneConnection> start_date:date = PhoneCall
Belongs to
| PhoneCall |
This type can be an instance of either:
| PhoneCall | PhoneCallAccepted |
| PhoneCallDiscarded | PhoneCallEmpty |
| PhoneCallRequested | PhoneCallWaiting |
Members
| id | long | |
| access_hash | long | |
| date | date | |
| admin_id | long | |
| participant_id | long | |
| g_a_or_b | bytes | |
| key_fingerprint | long | |
| protocol | PhoneCallProtocol | |
| connections | PhoneConnection | A list must be supplied. |
| start_date | date | |
| p2p_allowed | flag | This argument defaults to None and can be omitted. |
| video | flag | This argument defaults to None and can be omitted. |