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