8000 How to encrypt chats data · Issue #639 · Rhymen/go-whatsapp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

How to encrypt chats data #639

New issue

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

Open
kerosenelabs opened this issue Dec 15, 2021 · 0 comments
Open

How to encrypt chats data #639

kerosenelabs opened this issue Dec 15, 2021 · 0 comments

Comments

@kerosenelabs
Copy link
kerosenelabs commented Dec 15, 2021

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\u0000@c.us",
          "modify_tag": "005544"
        },
        "Content": null
      },
      {
        "Description": "chat",
        "Attributes": {
          "t": "6633110011",
          "count": "\u0000",
          "spam": "false",
          "jid": "9944661166\u0000@c.us",
          "modify_tag": "668833"
        },
        "Content": null
      },
      {
        "Description": "chat",
        "Attributes": {
          "t": "6699339900",
          "count": "\u0000",
          "spam": "false",
          "jid": "9944119922--6600221177@g.us",
          "modify_tag": "004477",
          "message": "true",
          "name": "My group"
        },
        "Content": null
      },
      {
        "Description": "chat",
        "Attributes": {
          "t": "6699332277",
          "count": "\u0000",
          "spam": "false",
          "jid": "9944110066--6600994455@g.us",
          "modify_tag": "446666",
          "message": "true",
          "name": "Group Name"
        },
        "Content": null
      }...

Any thoughts on how to get real wid?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@kerosenelabs and others
0