phoneCallAccepted
An accepted phone call, see here » for more info on the full flow.
type tg.PhoneCallAccepted struct { /* ... */ }
Implements PhoneCall.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Video | bool | — | Whether this is a video call |
ID | int64 | yes | ID of accepted phone call |
AccessHash | int64 | yes | Access hash of phone call |
Date | int | yes | When was the call accepted |
AdminID | int64 | yes | ID of the call creator |
ParticipantID | int64 | yes | ID of the other user in the call |
GB | []byte | yes | B parameter for secure E2E phone call key exchange |
Protocol | PhoneCallProtocol | yes | Protocol to use for phone call |
References
- Official documentation
- Generated Go reference
- TL definition:
phoneCallAccepted#3660c311