1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-11 15:40:21 +01:00
MadelineProto/docs/API_docs/constructors/destroy_session_ok.md

485 B

title description
destroy_session_ok destroy_session_ok attributes, type and example

Constructor: destroy_session_ok

Back to constructors index

Attributes:

Name Type Required
session_id long Required

Type: DestroySessionRes

Example:

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