DestroySessionNone
- class pyrogram.raw.types.DestroySessionNone
Telegram API type.
Constructor of
DestroySessionRes.- Details:
Layer:
223ID:
62D350C9
- Parameters:
session_id (
int64-bit) – N/A
- Functions:
This object can be returned by 1 function.
Telegram API function.
TL Schema
destroy_session_none#62d350c9
session_id:long
= DestroySessionRes
Parameter Tree
DestroySessionNone
└── session_id →
longExample
DestroySessionNone(
session_id=0,
)