bots.getRequestedWebViewButton
No description available.
func (c *Client) BotsGetRequestedWebViewButton(ctx context.Context, request *BotsGetRequestedWebViewButtonRequest) (KeyboardButtonClass, error)
Calling this method
client.Run(ctx, func(ctx context.Context) error {
api := client.API()
res, err := api.BotsGetRequestedWebViewButton(ctx, &tg.BotsGetRequestedWebViewButtonRequest{
// see Parameters
})
if err != nil {
return err
}
_ = res // KeyboardButtonClass
return nil
})
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
Bot | InputUserClass | yes | Bot field of BotsGetRequestedWebViewButtonRequest. |
WebappReqID | string | yes | WebappReqID field of BotsGetRequestedWebViewButtonRequest. |
Returns
References
- Official documentation
- Generated Go reference
- TL definition:
bots.getRequestedWebViewButton#bf25b7f3