github.com/gotd/td/tg.MessagesFoundStickers.Stickers (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_found_stickers_gen.go#L237: Stickers []DocumentClass
tl_messages_found_stickers_gen.go#L269: if !(f.Stickers == nil) {
tl_messages_found_stickers_gen.go#L296: f.Stickers = from.GetStickers()
tl_messages_found_stickers_gen.go#L368: b.PutVectorHeader(len(f.Stickers))
tl_messages_found_stickers_gen.go#L369: for idx, v := range f.Stickers {
tl_messages_found_stickers_gen.go#L422: f.Stickers = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_found_stickers_gen.go#L429: f.Stickers = append(f.Stickers, value)
tl_messages_found_stickers_gen.go#L466: return f.Stickers
tl_messages_found_stickers_gen.go#L471: return DocumentClassArray(f.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. |