github.com/gotd/td/tg.InputSecureValue.Files (field)
12 uses
github.com/gotd/td/tg (current package)
tl_input_secure_value_gen.go#L93: Files []InputSecureFileClass
tl_input_secure_value_gen.go#L139: if !(i.Files == nil) {
tl_input_secure_value_gen.go#L191: i.Files = val
tl_input_secure_value_gen.go#L283: if !(i.Files == nil) {
tl_input_secure_value_gen.go#L356: b.PutVectorHeader(len(i.Files))
tl_input_secure_value_gen.go#L357: for idx, v := range i.Files {
tl_input_secure_value_gen.go#L455: i.Files = make([]InputSecureFileClass, 0, headerLen%bin.PreallocateLimit)
tl_input_secure_value_gen.go#L462: i.Files = append(i.Files, value)
tl_input_secure_value_gen.go#L576: i.Files = value
tl_input_secure_value_gen.go#L588: return i.Files, true
tl_input_secure_value_gen.go#L622: return InputSecureFileClassArray(i.Files), true
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. |