Skip to content

phone.receivedCall

Layer 225

Constructor ID: 0x17d54f61
Returns: Bool

Parameters

NameTypeDescription
peerInputPhoneCall

Example

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

Released under the Apache-2.0 License.