github.com/gotd/td/tg.InitConnectionRequest.SystemVersion (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_init_connection_gen.go#L52: 	SystemVersion string
		tl_init_connection_gen.go#L102: 	if !(i.SystemVersion == "") {
		tl_init_connection_gen.go#L154: 	i.SystemVersion = from.GetSystemVersion()
		tl_init_connection_gen.go#L269: 	b.PutString(i.SystemVersion)
		tl_init_connection_gen.go#L333: 		i.SystemVersion = value
		tl_init_connection_gen.go#L404: 	return i.SystemVersion

	github.com/gotd/td/telegram/internal/manager
		conn.go#L310: 		SystemVersion:  "n/a",
		conn.go#L338: 		SystemVersion:  c.device.SystemVersion,