github.com/gotd/td/tg.StickerSet.Thumbs (field)
12 uses
github.com/gotd/td/tg (current package)
tl_sticker_set_gen.go#L81: Thumbs []PhotoSizeClass
tl_sticker_set_gen.go#L161: if !(s.Thumbs == nil) {
tl_sticker_set_gen.go#L231: s.Thumbs = val
tl_sticker_set_gen.go#L395: if !(s.Thumbs == nil) {
tl_sticker_set_gen.go#L435: b.PutVectorHeader(len(s.Thumbs))
tl_sticker_set_gen.go#L436: for idx, v := range s.Thumbs {
tl_sticker_set_gen.go#L530: s.Thumbs = make([]PhotoSizeClass, 0, headerLen%bin.PreallocateLimit)
tl_sticker_set_gen.go#L537: s.Thumbs = append(s.Thumbs, value)
tl_sticker_set_gen.go#L783: s.Thumbs = value
tl_sticker_set_gen.go#L795: return s.Thumbs, true
tl_sticker_set_gen.go#L873: return PhotoSizeClassArray(s.Thumbs), 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. |