1 Dec 2022 |
Winter | hi everyone
I can't seem to figure out this part of the docs
https://pkg.go.dev/go.mau.fi/whatsmeow#Client.ParseWebMessage | 03:09:14 |
Winter | it says
"The chat JID can be found in the Conversation data: " | 03:09:39 |
Winter | where do i find this "conversation data" | 03:09:59 |
Winter | still searching... I'll let you know if I find one
and lemme know if you find one | 03:12:55 |
tulir | In reply to @wintersunset95:matrix.org where do i find this "conversation data" HistorySync events | 09:09:05 |
schniter | Hi all, i have a question what we are supposed to do when events.PairError ! I"ve tried to send again a new qr code but it keeps send PairError after scaning :/. any thought or reason why it's happening ? | 09:38:46 |
schniter | * Hi all, i have a question. what we are supposed to do when events.PairError ! I"ve tried to send again a new qr code but it keeps send PairError after scaning :/. any thought or reason why it's happening ? | 09:38:59 |
schniter | * Hi all, i have a question. what we are supposed to do when events.PairError ! I"ve tried to send again a new qr code but it keeps send PairError after scaning :/. any thoughts or reasons why it's happening ? | 09:39:32 |
GitHub | [tulir/whatsmeow] hrizal pushed something to
pull request
#115: Handling WhatsApp Business Messages
| 10:08:50 |
flood | В ответ на @schniter:matrix.org Hi all, i have a question. what we are supposed to do when events.PairError ! I"ve tried to send again a new qr code but it keeps send PairError after scaning :/. any thoughts or reasons why it's happening ? Yes one min plz | 10:09:43 |
flood | В ответ на @schniter:matrix.org Hi all, i have a question. what we are supposed to do when events.PairError ! I"ve tried to send again a new qr code but it keeps send PairError after scaning :/. any thoughts or reasons why it's happening ? I sent it to the PM | 11:33:01 |
Winter | In reply to @tulir:maunium.net HistorySync events When does it fire? | 14:08:18 |
tulir | after login | 14:08:25 |
emacielxp | Redacted or Malformed Event | 22:39:19 |
2 Dec 2022 |
| Lendra changed their profile picture. | 10:32:33 |
GitHub | [tulir/whatsmeow] tulir pushed
1 commit
to
main: -
e067ee72
Add basic parsing of community metadata
| 11:06:04 |
schniter | hey guys, im trying to download files received from HistorySync but im getting "download failed with status code 404". i opened a whatsapp session from the browser and downloaded these files successfly, only after that these files became available to download from whatsmeow | 11:06:09 |
tulir | https://pkg.go.dev/go.mau.fi/whatsmeow#Client.SendMediaRetryReceipt | 11:06:35 |
schniter | In reply to @tulir:maunium.net https://pkg.go.dev/go.mau.fi/whatsmeow#Client.SendMediaRetryReceipt thanks | 11:06:55 |
matrix-whatsapp | how to send button with image? | 11:54:41 |
flood | Hm, maybe wrap in imageMsg | 11:56:45 |
flood | В ответ на @matrix-whatsapp:matrix.org how to send button with image? Did it work? I'm also interested )) | 12:51:35 |
matrix-whatsapp | group create response return
unadded jid in Participants | 14:07:17 |
matrix-whatsapp | for example i create group with 2 number
number1 has set group privacy
number1 will not be added to group | 14:08:14 |
matrix-whatsapp | but in Participants it exist (group create response) | 14:08:50 |
tulir | can you show the raw xml from the debug logs? | 14:09:35 |
tulir | * can you show the raw xml of the group create response from the debug logs? | 14:09:53 |
matrix-whatsapp | {
"AnnounceVersionID": "",
"DisappearingTimer": 0,
"GroupCreated": "2022-12-02T19:34:42+05:30",
"IsAnnounce": false,
"IsEphemeral": false,
"IsLocked": false,
"JID": "xxxxxx@g.us",
"MemberAddMode": "admin_add",
"Name": "testing whatsmoew",
"NameSetAt": "2022-12-02T19:34:42+05:30",
"NameSetBy": "my@s.whatsapp.net",
"OwnerJID": "my@s.whatsapp.net",
"ParticipantVersionID": "",
"Participants": [
{
"IsAdmin": true,
"IsSuperAdmin": true,
"JID": "my@s.whatsapp.net"
},
{
"IsAdmin": false,
"IsSuperAdmin": false,
"JID": "privacy one@s.whatsapp.net"
}
],
"Topic": "",
"TopicID": "",
"TopicSetAt": "0001-01-01T00:00:00Z",
"TopicSetBy": ""
}
}
| 14:14:48 |
matrix-whatsapp | "JID": "privacy one@s.whatsapp.net"
will not be added to group cause they have set group privacy to contact only | 14:15:24 |
tulir | I mean the raw data, not that parsed version | 14:16:24 |