authenticate#
Authenticates your socket session using a JWT access token.
Must be called immediately after connecting — all other actions (except ping) require a valid session before they will work.
Request#
Response#
user_account_without_tokens
Server-emitted side effects#
If you had messages sent to you while you were offline, the senders of those messages will each receive a chats.update push with their messages now marked as "delivered".Action pushed to senders: chats.updateModified at 2026-03-13 12:28:54