github.com/gotd/td/tg.LangpackGetStringsRequest.Keys (field)
9 uses
github.com/gotd/td/tg (current package)
tl_langpack_get_strings_gen.go#L47: Keys []string
tl_langpack_get_strings_gen.go#L71: if !(g.Keys == nil) {
tl_langpack_get_strings_gen.go#L95: g.Keys = from.GetKeys()
tl_langpack_get_strings_gen.go#L153: b.PutVectorHeader(len(g.Keys))
tl_langpack_get_strings_gen.go#L154: for _, v := range g.Keys {
tl_langpack_get_strings_gen.go#L197: g.Keys = make([]string, 0, headerLen%bin.PreallocateLimit)
tl_langpack_get_strings_gen.go#L204: g.Keys = append(g.Keys, value)
tl_langpack_get_strings_gen.go#L231: return g.Keys
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. |