810 B
810 B
title | description | image |
---|---|---|
destroy_session_ok | Destroy session ok | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: destroy_session_ok
Destroy session ok
Attributes:
Name | Type | Required | Description |
---|---|---|---|
session_id | long | Yes | Session ID |
Type: DestroySessionRes
Example:
$destroy_session_ok = ['_' => 'destroy_session_ok', 'session_id' => long];
PWRTelegram json-encoded version:
{"_": "destroy_session_ok", "session_id": long}
Or, if you're into Lua:
destroy_session_ok={_='destroy_session_ok', session_id=long}