github.com/gotd/td/tg.PaymentsResaleStarGifts.Attributes (field)

12 uses

	github.com/gotd/td/tg (current package)
		tl_payments_resale_star_gifts_gen.go#L67: 	Attributes []StarGiftAttributeClass
		tl_payments_resale_star_gifts_gen.go#L119: 	if !(r.Attributes == nil) {
		tl_payments_resale_star_gifts_gen.go#L165: 		r.Attributes = val
		tl_payments_resale_star_gifts_gen.go#L248: 	if !(r.Attributes == nil) {
		tl_payments_resale_star_gifts_gen.go#L291: 		b.PutVectorHeader(len(r.Attributes))
		tl_payments_resale_star_gifts_gen.go#L292: 		for idx, v := range r.Attributes {
		tl_payments_resale_star_gifts_gen.go#L392: 			r.Attributes = make([]StarGiftAttributeClass, 0, headerLen%bin.PreallocateLimit)
		tl_payments_resale_star_gifts_gen.go#L399: 			r.Attributes = append(r.Attributes, value)
		tl_payments_resale_star_gifts_gen.go#L500: 	r.Attributes = value
		tl_payments_resale_star_gifts_gen.go#L512: 	return r.Attributes, true
		tl_payments_resale_star_gifts_gen.go#L577: 	return StarGiftAttributeClassArray(r.Attributes), true