github.com/gotd/td/tg.WebPageAttributeStickerSet.Stickers (field)
10 uses
github.com/gotd/td/tg (current package)
tl_web_page_attribute_gen.go#L560: Stickers []DocumentClass
tl_web_page_attribute_gen.go#L592: if !(w.Stickers == nil) {
tl_web_page_attribute_gen.go#L616: w.Stickers = from.GetStickers()
tl_web_page_attribute_gen.go#L688: b.PutVectorHeader(len(w.Stickers))
tl_web_page_attribute_gen.go#L689: for idx, v := range w.Stickers {
tl_web_page_attribute_gen.go#L730: w.Stickers = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
tl_web_page_attribute_gen.go#L737: w.Stickers = append(w.Stickers, value)
tl_web_page_attribute_gen.go#L786: return w.Stickers
tl_web_page_attribute_gen.go#L791: return DocumentClassArray(w.Stickers)
![]() |
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. |