github.com/gotd/td/tg.StickerSet.Thumbs (field)
12 uses
github.com/gotd/td/tg (current package)
tl_sticker_set_gen.go#L83: Thumbs []PhotoSizeClass
tl_sticker_set_gen.go#L160: if !(s.Thumbs == nil) {
tl_sticker_set_gen.go#L228: s.Thumbs = val
tl_sticker_set_gen.go#L384: if !(s.Thumbs == nil) {
tl_sticker_set_gen.go#L424: b.PutVectorHeader(len(s.Thumbs))
tl_sticker_set_gen.go#L425: for idx, v := range s.Thumbs {
tl_sticker_set_gen.go#L518: s.Thumbs = make([]PhotoSizeClass, 0, headerLen%bin.PreallocateLimit)
tl_sticker_set_gen.go#L525: s.Thumbs = append(s.Thumbs, value)
tl_sticker_set_gen.go#L752: s.Thumbs = value
tl_sticker_set_gen.go#L764: return s.Thumbs, true
tl_sticker_set_gen.go#L842: return PhotoSizeClassArray(s.Thumbs), true
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |