Terminates all other sessions of the current user
ApiResponse
interface ApiResponse { _: 'terminateAllOtherSessions' | 'error' airgram: Airgram request: { method: 'terminateAllOtherSessions' } response: OkUnion | Error setState: (nextState: Record<string, unknown>) => void getState: () => Record<string, unknown> }