You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After moving to the sdk 3.x I noticied that all message fields are marked as @nullable
I believe that it is not valid for some fields for example message.id (sender/from, to also) because at the same time the sdk requires @nonnull id in all requests to the API.