Skip to content

bots.requestWebViewButton

Layer 225

Constructor ID: 0x31a2a35e
Returns: RequestedButton

Parameters

NameTypeDescription
user_idInputUser
buttonKeyboardButton

Example

go
result, err := client.Raw(&tg.RequestWebViewButtonRequest{
    user_id: nil, // InputUser
    button: nil, // KeyboardButton
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.