MadelineProto/old_docs/API_docs_v68/constructors/destroy_session_none.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

720 B

title description
destroy_session_none destroy_session_none attributes, type and example

Constructor: destroy_session_none

Back to constructors index

Attributes:

Name Type Required
session_id long Yes

Type: DestroySessionRes

Example:

$destroy_session_none = ['_' => 'destroy_session_none', 'session_id' => long];

PWRTelegram json-encoded version:

{"_": "destroy_session_none", "session_id": long}

Or, if you're into Lua:

destroy_session_none={_='destroy_session_none', session_id=long}