github.com/gotd/td/tg.AttachMenuBot.Icons (field)
9 uses
github.com/gotd/td/tg (current package)
tl_attach_menu_bot_gen.go#L84: Icons []AttachMenuBotIcon
tl_attach_menu_bot_gen.go#L132: if !(a.Icons == nil) {
tl_attach_menu_bot_gen.go#L173: a.Icons = from.GetIcons()
tl_attach_menu_bot_gen.go#L306: b.PutVectorHeader(len(a.Icons))
tl_attach_menu_bot_gen.go#L307: for idx, v := range a.Icons {
tl_attach_menu_bot_gen.go#L380: a.Icons = make([]AttachMenuBotIcon, 0, headerLen%bin.PreallocateLimit)
tl_attach_menu_bot_gen.go#L387: a.Icons = append(a.Icons, value)
tl_attach_menu_bot_gen.go#L546: return a.Icons
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. |