电报RPC请求销毁特定会话

时间:2016-09-29 08:25:24

标签: api telegram

为了销毁电报会话,current Layer 54中哪个是正确的RPC?

我试过了:

    destroy_session#e7512126 session_id:long = DestroySessionRes;

应该回答:

    destroy_session_ok#e22045fc session_id:long = DestroySessionRes;
    destroy_session_none#62d350c9 session_id:long = DestroySessionRes;

但是我做错了什么,或者说这不是正确的做法。

1 个答案:

答案 0 :(得分:0)

destroy_session#e7512126 session_id:long = DestroySessionRes;

请确保使用正确的sessionid,显然不是来自同一当前会话

要销毁当前会话,您只需在手机上执行此操作:

在Android上:

Settings > Privacy and Security > Active Sessions - Tap on a session to terminate