telegram-terminate-session
Terminate a specific Telegram session by its hash, or terminate all other sessions at once to secure your account.
Instructions
Terminate a specific Telegram session by its hash, or explicitly terminate all other sessions by setting terminateAllOther=true
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Session hash to terminate (numeric string from get-sessions). Required when terminateAllOther is not set | |
| terminateAllOther | No | Set to true to terminate all other sessions (excludes current). Cannot be combined with sessionId |