mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:47:46 +01:00
495 B
495 B
title | description |
---|---|
destroy_session_none | destroy_session_none attributes, type and example |
Constructor: destroy_session_none
Attributes:
Name | Type | Required |
---|---|---|
session_id | long | Required |
Type: DestroySessionRes
Example:
$destroy_session_none = ['_' => destroy_session_none, 'session_id' => long, ];