Layer 224
method Users
phone.saveCallLog#41248786 peer:InputPhoneCall file:InputFile = Bool;

Parameters

Name Type Description
Peer InputPhoneCall Phone call
File InputFile Logs

Returns

Bool

Gogram Example

// PhoneSaveCallLog - positional arguments
result, err := client.PhoneSaveCallLog(&tg.InputPhoneCall{}, &tg.InputFile{ID: int64(7654321098765), Parts: 3, Name: "upload.dat"})
if err != nil {
    // handle error
}
// result is *tg.Bool

Possible Errors

Code Type Description
400 CALL_PEER_INVALID The provided call peer object is invalid.