github.com/gotd/td/tg.AttachMenuBots.Bots (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_attach_menu_bots_gen.go#L153: 	Bots []AttachMenuBot
		tl_attach_menu_bots_gen.go#L181: 	if !(a.Bots == nil) {
		tl_attach_menu_bots_gen.go#L207: 	a.Bots = from.GetBots()
		tl_attach_menu_bots_gen.go#L265: 	b.PutVectorHeader(len(a.Bots))
		tl_attach_menu_bots_gen.go#L266: 	for idx, v := range a.Bots {
		tl_attach_menu_bots_gen.go#L313: 			a.Bots = make([]AttachMenuBot, 0, headerLen%bin.PreallocateLimit)
		tl_attach_menu_bots_gen.go#L320: 			a.Bots = append(a.Bots, value)
		tl_attach_menu_bots_gen.go#L356: 	return a.Bots