720 B
720 B
title | description |
---|---|
destroy_session_none | destroy_session_none attributes, type and example |
Constructor: destroy_session_none
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}