Rewarding messages #2770
yusufcoban
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
`
client.onMessage(async (message) => {
logMessage(message);
let destinationRelated;
if (message.from === destinationGroupId) {
destinationRelated = sourceGroupId;
} else {
destinationRelated = destinationGroupId;
}
});// JavaScript source code
`
i have an issue on sending images , voicemails or videos.
Always getting error that its not base64. Can anyone explain me how to fix this? Only want to forward the content to another group
Beta Was this translation helpful? Give feedback.
All reactions