github.com/gotd/td/tg.MessagesGetAttachMenuBotRequest.Bot (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_bots_allow_send_message_gen.go#L40: 	Bot InputUserClass
		tl_bots_allow_send_message_gen.go#L58: 	if !(a.Bot == nil) {
		tl_bots_allow_send_message_gen.go#L78: 	a.Bot = from.GetBot()
		tl_bots_allow_send_message_gen.go#L126: 	if a.Bot == nil {
		tl_bots_allow_send_message_gen.go#L129: 	if err := a.Bot.Encode(b); err != nil {
		tl_bots_allow_send_message_gen.go#L156: 		a.Bot = value
		tl_bots_allow_send_message_gen.go#L166: 	return a.Bot
		tl_bots_allow_send_message_gen.go#L181: 		Bot: bot,
		tl_server_gen.go#L8151: 		response, err := f(ctx, request.Bot)