MCPcopy
hub / github.com/go-telegram/bot / InputMenuButton

Interface InputMenuButton

models/menu_button.go:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type InputMenuButton interface {
17 menuButtonTag()
18}
19
20// MenuButton https://core.telegram.org/bots/api#menubutton
21type MenuButton struct {

Callers

nothing calls this directly

Implementers 3

MenuButtonCommandsmodels/menu_button.go
MenuButtonWebAppmodels/menu_button.go
MenuButtonDefaultmodels/menu_button.go

Calls

no outgoing calls

Tested by

no test coverage detected