Hello!
I use DoTDLibSend with command setChatMemberStatus for exclude user from telegram chat.
These links discuss how to call this command correctly:
1. https://github.com/tdlib/td/issues/1672
2. https://github.com/tdlib/td/issues/1640
My result JSON:
{"@type":"setChatMemberStatus","chat_id":-1001602686583,"member_id":{"@type":"messageSenderUser","user_id":510257258},"status":{"@type":"chatMemberStatusLeft"}}
But this not working. Please help my to make correct JSON.
I use DoTDLibSend with command setChatMemberStatus for exclude user from telegram chat.
These links discuss how to call this command correctly:
1. https://github.com/tdlib/td/issues/1672
2. https://github.com/tdlib/td/issues/1640
My result JSON:
{"@type":"setChatMemberStatus","chat_id":-1001602686583,"member_id":{"@type":"messageSenderUser","user_id":510257258},"status":{"@type":"chatMemberStatusLeft"}}
But this not working. Please help my to make correct JSON.