Skip to content

phone.confirmCall

Layer 225

Constructor ID: 0x2efe1722
Returns: PhoneCall

Parameters

NameTypeDescription
peerInputPhoneCall
g_a[]byte
key_fingerprintint64
protocolPhoneCallProtocol

Example

go
result, err := client.Raw(&tg.ConfirmCallRequest{
    peer: nil, // InputPhoneCall
    g_a: nil,
    key_fingerprint: 0,
    protocol: nil, // PhoneCallProtocol
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.