Layer 220
PhoneSaveCallLog
Save phone call debug information
method
Users
phone.saveCallLog#41248786 peer:InputPhoneCall file:InputFile = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| Peer | InputPhoneCall | Phone call |
| File | InputFile | Logs |
Returns
BoolPossible Errors
| Code | Type | Description |
|---|---|---|
| 400 | CALL_PEER_INVALID | The provided call peer object is invalid. |
Gogram Example
// PhoneSaveCallLog - positional arguments result, err := client.PhoneSaveCallLog(&tg.InputPhoneCall{}, &tg.InputFile{ID: int64(0), Parts: 1, Name: "file.dat"}) if err != nil { // handle error } // result is *tg.Bool