We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello everyone, I have my own framework in c#. I used the Chats() method to get chats, but the data is something like this:
{ "Result": { "Description": "response", "Attributes": { "status": "881177", "type": "chat" }, "Content": [ { "Description": "chat", "Attributes": { "t": "6677776677", "count": "\u0000", "spam": "false", "jid": "9999776633\[email protected]", "modify_tag": "005544" }, "Content": null }, { "Description": "chat", "Attributes": { "t": "6633110011", "count": "\u0000", "spam": "false", "jid": "9944661166\[email protected]", "modify_tag": "668833" }, "Content": null }, { "Description": "chat", "Attributes": { "t": "6699339900", "count": "\u0000", "spam": "false", "jid": "[email protected]", "modify_tag": "004477", "message": "true", "name": "My group" }, "Content": null }, { "Description": "chat", "Attributes": { "t": "6699332277", "count": "\u0000", "spam": "false", "jid": "[email protected]", "modify_tag": "446666", "message": "true", "name": "Group Name" }, "Content": null }...
Any thoughts on how to get real wid?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello everyone, I have my own framework in c#.
I used the Chats() method to get chats, but the data is something like this:
Any thoughts on how to get real wid?
The text was updated successfully, but these errors were encountered: