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
A chat object from Updates typically has a subset of Chat properties from that of GetDialogs.
Especially an object from Updates has no AccessHash and currently it breaks any further access to that chat.
Updates received after GetDialogs override accessHash making the chat inaccessible. We have to properly process such Updates and probably update only the needed values.
A chat object from
Updates
typically has a subset of Chat properties from that of GetDialogs.Especially an object from
Updates
has no AccessHash and currently it breaks any further access to that chat.Updates received after GetDialogs override accessHash making the chat inaccessible. We have to properly process such
Updates
and probably update only the needed values.Update:
Typical chat object in the getDialogs respond:
The text was updated successfully, but these errors were encountered: