github.com/gotd/td v0.115.0
Yes
markup := &tg.ReplyInlineMarkup{
Rows: []tg.KeyboardButtonRow{
{
Buttons: []tg.KeyboardButtonClass{
&tg.KeyboardButtonSimpleWebView{
Text: "test",
URL: "https://example.com",
},
},
},
},
}
send this markup, and get error
rpcDoRequest: rpc error code 400: BUTTON_TYPE_INVALID
go version go1.23.3 windows/amd64
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too