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
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |