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

12 uses

	github.com/gotd/td/tg (current package)
		tl_payments_get_resale_star_gifts_gen.go#L89: 	Attributes []StarGiftAttributeIDClass
		tl_payments_get_resale_star_gifts_gen.go#L140: 	if !(g.Attributes == nil) {
		tl_payments_get_resale_star_gifts_gen.go#L184: 		g.Attributes = val
		tl_payments_get_resale_star_gifts_gen.go#L277: 	if !(g.Attributes == nil) {
		tl_payments_get_resale_star_gifts_gen.go#L305: 		b.PutVectorHeader(len(g.Attributes))
		tl_payments_get_resale_star_gifts_gen.go#L306: 		for idx, v := range g.Attributes {
		tl_payments_get_resale_star_gifts_gen.go#L366: 			g.Attributes = make([]StarGiftAttributeIDClass, 0, headerLen%bin.PreallocateLimit)
		tl_payments_get_resale_star_gifts_gen.go#L373: 			g.Attributes = append(g.Attributes, value)
		tl_payments_get_resale_star_gifts_gen.go#L498: 	g.Attributes = value
		tl_payments_get_resale_star_gifts_gen.go#L510: 	return g.Attributes, true
		tl_payments_get_resale_star_gifts_gen.go#L534: 	return StarGiftAttributeIDClassArray(g.Attributes), true