terminateAllOtherSessions method name suggests, that after call it will keep current session open.
However calling this method I've got SESSION_REVOKED after few various update events. And all sessions has been terminated, so it was hard times to find that sim card I've been using to register in Telegram platform :)
Is it supposed to work like so, or am I doing something wrong?
I'm going to use direct calls terminateSession method on the list of all non-current sessions in order to terminate all other sessions.
Thanks
terminateAllOtherSessionsmethod name suggests, that after call it will keep current session open.However calling this method I've got
SESSION_REVOKEDafter few various update events. And all sessions has been terminated, so it was hard times to find that sim card I've been using to register in Telegram platform :)Is it supposed to work like so, or am I doing something wrong?
I'm going to use direct calls
terminateSessionmethod on the list of all non-current sessions in order to terminate all other sessions.Thanks