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

11 uses

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