phoneCallWaiting
Incoming phone call, see here » for more info on the full flow.
type tg.PhoneCallWaiting struct { /* ... */ }
Implements PhoneCall.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Video | bool | — | Is this a video call |
ID | int64 | yes | Call ID |
AccessHash | int64 | yes | Access hash |
Date | int | yes | Date |
AdminID | int64 | yes | Admin ID |
ParticipantID | int64 | yes | Participant ID |
Protocol | PhoneCallProtocol | yes | Phone call protocol info |
ReceiveDate | int | — | When was the phone call received |
References
- Official documentation
- Generated Go reference
- TL definition:
phoneCallWaiting#c5226f17