MadelineProtoDocs/old_docs/API_docs_v70/constructors/destroy_session_none.md
Sean 4baac3178e Add Syntax Highlight for Markdown
Add PHP, Lua language tag to Code area
2018-10-18 00:30:20 +08:00

796 B

title description image
destroy_session_none destroy_session_none attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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}