github.com/gotd/td/tg.PremiumGiftCodeOptionVector.Elems (field)
11 uses
github.com/gotd/td/tg (current package)
tl_payments_get_premium_gift_code_options_gen.go#L227: return []PremiumGiftCodeOption(result.Elems), nil
tl_premium_gift_code_option_vector_gen.go#L37: Elems []PremiumGiftCodeOption
tl_premium_gift_code_option_vector_gen.go#L55: if !(vec.Elems == nil) {
tl_premium_gift_code_option_vector_gen.go#L75: vec.Elems = from.GetElems()
tl_premium_gift_code_option_vector_gen.go#L123: b.PutVectorHeader(len(vec.Elems))
tl_premium_gift_code_option_vector_gen.go#L124: for idx, v := range vec.Elems {
tl_premium_gift_code_option_vector_gen.go#L153: vec.Elems = make([]PremiumGiftCodeOption, 0, headerLen%bin.PreallocateLimit)
tl_premium_gift_code_option_vector_gen.go#L160: vec.Elems = append(vec.Elems, value)
tl_premium_gift_code_option_vector_gen.go#L171: return vec.Elems
tl_server_gen.go#L8384: return &PremiumGiftCodeOptionVector{Elems: response}, nil
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |