github.com/gotd/td/tg.SecureValue.Translation (field)
12 uses
github.com/gotd/td/tg (current package)
tl_secure_value_gen.go#L83: Translation []SecureFileClass
tl_secure_value_gen.go#L135: if !(s.Translation == nil) {
tl_secure_value_gen.go#L190: s.Translation = val
tl_secure_value_gen.go#L288: if !(s.Translation == nil) {
tl_secure_value_gen.go#L353: b.PutVectorHeader(len(s.Translation))
tl_secure_value_gen.go#L354: for idx, v := range s.Translation {
tl_secure_value_gen.go#L447: s.Translation = make([]SecureFileClass, 0, headerLen%bin.PreallocateLimit)
tl_secure_value_gen.go#L454: s.Translation = append(s.Translation, value)
tl_secure_value_gen.go#L574: s.Translation = value
tl_secure_value_gen.go#L586: return s.Translation, true
tl_secure_value_gen.go#L665: return SecureFileClassArray(s.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. |