phoneCallRequested
Requested phone call, see here » for more info on the full flow.
type tg.PhoneCallRequested struct { /* ... */ }
Implements PhoneCall.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Video | bool | — | Whether this is a video call |
ID | int64 | yes | Phone call ID |
AccessHash | int64 | yes | Access hash |
Date | int | yes | When was the phone call created |
AdminID | int64 | yes | ID of the creator of the phone call |
ParticipantID | int64 | yes | ID of the other participant of the phone call |
GAHash | []byte | yes | Parameter for key exchange |
Protocol | PhoneCallProtocol | yes | Call protocol info to be passed to libtgvoip |
References
- Official documentation
- Generated Go reference
- TL definition:
phoneCallRequested#14b0ed0c