github.com/gotd/td/tg.MessagesFoundStickerSets.Sets (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_found_sticker_sets_gen.go#L147: Sets []StickerSetCoveredClass
tl_messages_found_sticker_sets_gen.go#L173: if !(f.Sets == nil) {
tl_messages_found_sticker_sets_gen.go#L195: f.Sets = from.GetSets()
tl_messages_found_sticker_sets_gen.go#L248: b.PutVectorHeader(len(f.Sets))
tl_messages_found_sticker_sets_gen.go#L249: for idx, v := range f.Sets {
tl_messages_found_sticker_sets_gen.go#L290: f.Sets = make([]StickerSetCoveredClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_found_sticker_sets_gen.go#L297: f.Sets = append(f.Sets, value)
tl_messages_found_sticker_sets_gen.go#L316: return f.Sets
tl_messages_found_sticker_sets_gen.go#L321: return StickerSetCoveredClassArray(f.Sets)
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. |