telegram api method · layer 229 · #b2cbc1c0
phone.discardCall
Refuse or end running call
definition
phone.discardCall#b2cbc1c0 flags:# video:flags.0?true peer:InputPhoneCall duration:int reason:PhoneCallDiscardReason connection_id:long = Updates;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
video | true | Whether this is a video call |
peer | InputPhoneCall | The phone call |
duration | int | Call duration |
reason | PhoneCallDiscardReason | Why was the call discarded |
connection_id | long | Preferred libtgvoip relay ID |
returns
errors (6)
| code | error | description |
|---|---|---|
| 400 | BUSINESS_CONNECTION_NOT_ALLOWED | This method was invoked over a business connection using invokeWithBusinessConnection, but either (1) we're a user, and users cannot invoke methods over a business connection; (2) we're a bot, but business mode was disabled in @botfather or (3); we're a bot, but this method cannot be invoked over a business connection. |
| 400 | CALL_ALREADY_ACCEPTED | The call was already accepted. |
| 400 | CALL_OCCUPY_FAILED | The call failed because the user is already making another call. |
| 400 | CALL_PEER_INVALID | The provided call peer object is invalid. |
| 401 | AUTH_KEY_UNREGISTERED | The specified authorization key is not registered in the system (for example, a PFS temporary key has expired). |
| 500 | CALL_OCCUPY_FAILED | The call failed because the user is already making another call. |
history
present in layers 62–229 · constructor id changed 2×
| id | layers |
|---|---|
| #5dfbcddc | 62 |
| #78d413a6 | 65–97 |
| #b2cbc1c0 | 98–229 |