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

7 uses

	github.com/gotd/td/tg (current package)
		tl_init_connection_gen.go#L52: 	SystemVersion string
		tl_init_connection_gen.go#L98: 	if !(i.SystemVersion == "") {
		tl_init_connection_gen.go#L150: 	i.SystemVersion = from.GetSystemVersion()
		tl_init_connection_gen.go#L265: 	b.PutString(i.SystemVersion)
		tl_init_connection_gen.go#L329: 		i.SystemVersion = value
		tl_init_connection_gen.go#L400: 	return i.SystemVersion

	github.com/gotd/td/telegram/internal/manager
		conn.go#L196: 		SystemVersion:  c.device.SystemVersion,