github.com/gotd/td/tg.StarsGiveawayOptionVector.Elems (field)

11 uses

	github.com/gotd/td/tg (current package)
		tl_payments_get_stars_giveaway_options_gen.go#L148: 	return []StarsGiveawayOption(result.Elems), nil
		tl_server_gen.go#L11165: 		return &StarsGiveawayOptionVector{Elems: response}, nil
		tl_stars_giveaway_option_vector_gen.go#L37: 	Elems []StarsGiveawayOption
		tl_stars_giveaway_option_vector_gen.go#L55: 	if !(vec.Elems == nil) {
		tl_stars_giveaway_option_vector_gen.go#L75: 	vec.Elems = from.GetElems()
		tl_stars_giveaway_option_vector_gen.go#L123: 	b.PutVectorHeader(len(vec.Elems))
		tl_stars_giveaway_option_vector_gen.go#L124: 	for idx, v := range vec.Elems {
		tl_stars_giveaway_option_vector_gen.go#L153: 			vec.Elems = make([]StarsGiveawayOption, 0, headerLen%bin.PreallocateLimit)
		tl_stars_giveaway_option_vector_gen.go#L160: 			vec.Elems = append(vec.Elems, value)
		tl_stars_giveaway_option_vector_gen.go#L171: 	return vec.Elems