github.com/gotd/td/tg.LangpackGetStringsRequest.Keys (field)
9 uses
github.com/gotd/td/tg (current package)
tl_langpack_get_strings_gen.go#L48: Keys []string
tl_langpack_get_strings_gen.go#L72: if !(g.Keys == nil) {
tl_langpack_get_strings_gen.go#L96: g.Keys = from.GetKeys()
tl_langpack_get_strings_gen.go#L154: b.PutVectorHeader(len(g.Keys))
tl_langpack_get_strings_gen.go#L155: for _, v := range g.Keys {
tl_langpack_get_strings_gen.go#L198: g.Keys = make([]string, 0, headerLen%bin.PreallocateLimit)
tl_langpack_get_strings_gen.go#L205: g.Keys = append(g.Keys, value)
tl_langpack_get_strings_gen.go#L232: return g.Keys
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |