Skip to content

bots.invokeWebViewCustomMethod

Layer 225

Constructor ID: 0x087fc5e7
Returns: DataJSON

Parameters

NameTypeDescription
botInputUser
custom_methodstring
paramsDataJSON

Example

go
result, err := client.Raw(&tg.InvokeWebViewCustomMethodRequest{
    bot: nil, // InputUser
    custom_method: "",
    params: nil, // DataJSON
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.