github.com/gotd/td/tg.InputSecureValue.Translation (field)
12 uses
github.com/gotd/td/tg (current package)
tl_input_secure_value_gen.go#L86: Translation []InputSecureFileClass
tl_input_secure_value_gen.go#L136: if !(i.Translation == nil) {
tl_input_secure_value_gen.go#L187: i.Translation = val
tl_input_secure_value_gen.go#L280: if !(i.Translation == nil) {
tl_input_secure_value_gen.go#L345: b.PutVectorHeader(len(i.Translation))
tl_input_secure_value_gen.go#L346: for idx, v := range i.Translation {
tl_input_secure_value_gen.go#L438: i.Translation = make([]InputSecureFileClass, 0, headerLen%bin.PreallocateLimit)
tl_input_secure_value_gen.go#L445: i.Translation = append(i.Translation, value)
tl_input_secure_value_gen.go#L558: i.Translation = value
tl_input_secure_value_gen.go#L570: return i.Translation, true
tl_input_secure_value_gen.go#L614: return InputSecureFileClassArray(i.Translation), 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. |