Closed joeengressia closed 1 year ago
error after update to go.mau.fi/whatsmeow v0.0.0-20221113135643-05e0c80bc669
store.CompanionProps.Os = goProto.String("foo")
you can change to
store.DeviceProps.PlatformType = &config.AppPlatform store.DeviceProps.Os = &osName
here is the example
thx @aldinokemal , it works
error after update to go.mau.fi/whatsmeow v0.0.0-20221113135643-05e0c80bc669
store.CompanionProps.Os = goProto.String("foo")