DestroySessionNone

class pyrogram.raw.types.DestroySessionNone

Telegram API type.

Constructor of DestroySessionRes.

Details:
  • Layer: 223

  • ID: 62D350C9

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_none#62d350c9
session_id:long

= DestroySessionRes

Parameter Tree

DestroySessionNone
└── session_idlong

Example

DestroySessionNone(
    session_id=0,
)