phoneCallDiscarded
Indicates a discarded phone call, see here » for more info on the full flow.
type tg.PhoneCallDiscarded struct { /* ... */ }
Implements PhoneCall.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
NeedRating | bool | — | Whether the server required the user to rate the call |
NeedDebug | bool | — | Whether the server required the client to send the libtgvoip call debug data |
Video | bool | — | Whether the call was a video call |
ID | int64 | yes | Call ID |
Reason | PhoneCallDiscardReasonClass | — | Why was the phone call discarded |
Duration | int | — | Duration of the phone call in seconds |
References
- Official documentation
- Generated Go reference
- TL definition:
phoneCallDiscarded#50ca4de1