电报 RPC 请求销毁特定会话
Telegram RPC request to destroy specific session
为了破坏电报会话,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;
但是或者我做错了什么,或者这不是正确的方法。
destroy_session#e7512126 session_id:long = DestroySessionRes;
确保您使用正确的 sessionid
,显然不是来自同一当前会话
要销毁当前会话,您只需从 Phone:
在 Android:
Settings > Privacy and Security > Active Sessions - Tap on a session to terminate
为了破坏电报会话,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;
但是或者我做错了什么,或者这不是正确的方法。
destroy_session#e7512126 session_id:long = DestroySessionRes;
确保您使用正确的 sessionid
,显然不是来自同一当前会话
要销毁当前会话,您只需从 Phone:
在 Android:
Settings > Privacy and Security > Active Sessions - Tap on a session to terminate