github.com/gotd/td/tg.AttachMenuBotIcon.Colors (field)
11 uses
github.com/gotd/td/tg (current package)
tl_attach_menu_bot_icon_gen.go#L64: Colors []AttachMenuBotIconColor
tl_attach_menu_bot_icon_gen.go#L91: if !(a.Colors == nil) {
tl_attach_menu_bot_icon_gen.go#L116: a.Colors = val
tl_attach_menu_bot_icon_gen.go#L163: if !(a.Colors == nil) {
tl_attach_menu_bot_icon_gen.go#L194: b.PutVectorHeader(len(a.Colors))
tl_attach_menu_bot_icon_gen.go#L195: for idx, v := range a.Colors {
tl_attach_menu_bot_icon_gen.go#L246: a.Colors = make([]AttachMenuBotIconColor, 0, headerLen%bin.PreallocateLimit)
tl_attach_menu_bot_icon_gen.go#L253: a.Colors = append(a.Colors, value)
tl_attach_menu_bot_icon_gen.go#L278: a.Colors = value
tl_attach_menu_bot_icon_gen.go#L290: return a.Colors, true
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. |