github.com/gotd/td/tg.MessagesFeaturedStickers.Sets (field)

10 uses

	github.com/gotd/td/tg (current package)
		tl_messages_featured_stickers_gen.go#L189: 	Sets []StickerSetCoveredClass
		tl_messages_featured_stickers_gen.go#L226: 	if !(f.Sets == nil) {
		tl_messages_featured_stickers_gen.go#L256: 	f.Sets = from.GetSets()
		tl_messages_featured_stickers_gen.go#L335: 	b.PutVectorHeader(len(f.Sets))
		tl_messages_featured_stickers_gen.go#L336: 	for idx, v := range f.Sets {
		tl_messages_featured_stickers_gen.go#L394: 			f.Sets = make([]StickerSetCoveredClass, 0, headerLen%bin.PreallocateLimit)
		tl_messages_featured_stickers_gen.go#L401: 			f.Sets = append(f.Sets, value)
		tl_messages_featured_stickers_gen.go#L464: 	return f.Sets
		tl_messages_featured_stickers_gen.go#L477: 	return StickerSetCoveredClassArray(f.Sets)