588 B
588 B
title | description |
---|---|
destroy_session_ok | destroy_session_ok attributes, type and example |
Constructor: destroy_session_ok
Attributes:
Name | Type | Required |
---|---|---|
session_id | long | Yes |
Type: DestroySessionRes
Example:
$destroy_session_ok = ['_' => 'destroy_session_ok', 'session_id' => long, ];
Or, if you're into Lua:
destroy_session_ok={_='destroy_session_ok', session_id=long, }