messageActionPhoneCall
A phone call
type tg.MessageActionPhoneCall struct { /* ... */ }
Implements MessageAction.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Video | bool | — | Is this a video call? |
CallID | int64 | yes | Call ID |
Reason | PhoneCallDiscardReasonClass | — | If the call has ended, the reason why it ended |
Duration | int | — | Duration of the call in seconds |
References
- Official documentation
- Generated Go reference
- TL definition:
messageActionPhoneCall#80e11a7f