phone.acceptCall
Layer 225
Constructor ID: 0x3bd2b4a0
Returns: PhoneCall
Parameters
| Name | Type | Description |
|---|---|---|
peer | InputPhoneCall | |
g_b | []byte | |
protocol | PhoneCallProtocol |
Example
go
result, err := client.Raw(&tg.AcceptCallRequest{
peer: nil, // InputPhoneCall
g_b: nil,
protocol: nil, // PhoneCallProtocol
})
if err != nil {
panic(err)
}
print(result)