Skip to content

phone.acceptCall

Layer 225

Constructor ID: 0x3bd2b4a0
Returns: PhoneCall

Parameters

NameTypeDescription
peerInputPhoneCall
g_b[]byte
protocolPhoneCallProtocol

Example

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

Released under the Apache-2.0 License.