github.com/gotd/td/tg.InitConnectionRequest.SystemLangCode (field)
7 uses
github.com/gotd/td/tg (current package)
tl_init_connection_gen.go#L56: SystemLangCode string
tl_init_connection_gen.go#L104: if !(i.SystemLangCode == "") {
tl_init_connection_gen.go#L152: i.SystemLangCode = from.GetSystemLangCode()
tl_init_connection_gen.go#L267: b.PutString(i.SystemLangCode)
tl_init_connection_gen.go#L343: i.SystemLangCode = value
tl_init_connection_gen.go#L416: return i.SystemLangCode
github.com/gotd/td/telegram/internal/manager
conn.go#L198: SystemLangCode: c.device.SystemLangCode,
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. |