DestroySessionOk

class pyrogram.raw.types.DestroySessionOk

Telegram API type.

Constructor of DestroySessionRes.

Details:
  • Layer: 223

  • ID: E22045FC

Parameters:

session_id (int 64-bit) – N/A

Functions:

This object can be returned by 1 function.

DestroySession

Telegram API function.

TL Schema

destroy_session_ok#e22045fc
session_id:long

= DestroySessionRes

Parameter Tree

DestroySessionOk
└── session_idlong

Example

DestroySessionOk(
    session_id=0,
)