github.com/gotd/td/tg.BotInfo.MenuButton (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_bot_info_gen.go#L73: 	MenuButton BotMenuButtonClass
		tl_bot_info_gen.go#L136: 	if !(b.MenuButton == nil) {
		tl_bot_info_gen.go#L196: 		b.MenuButton = val
		tl_bot_info_gen.go#L310: 	if !(b.MenuButton == nil) {
		tl_bot_info_gen.go#L373: 		if b.MenuButton == nil {
		tl_bot_info_gen.go#L376: 		if err := b.MenuButton.Encode(buf); err != nil {
		tl_bot_info_gen.go#L468: 		b.MenuButton = value
		tl_bot_info_gen.go#L602: 	b.MenuButton = value
		tl_bot_info_gen.go#L614: 	return b.MenuButton, true