ActiveSession.terminate()#

ActiveSession.terminate()#

Bound method reset of ActiveSession.

Use as a shortcut for:

await client.terminate_session(123456789)

Example:

await session.reset()
Returns:

True on success.

Raises:

RPCError – In case of a Telegram RPC error.