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
Ao executar o trecho "await client.sendMessageWithThumb('https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Creative-Tail-rocket.svg/768px-Creative-Tail-rocket.svg.png', 'https://www.instagram.com/p/CVWXPAZssZv/', 'testando title', 'description here...', CONTACT_ID);" o mesmo não retorna erro e também não envia nenhuma mensagem, nada acontece.
The text was updated successfully, but these errors were encountered:
@mvac1991 , poderia por gentileza atualizar o ticket e colocar as informações corretas do ambiente utilizado?
Sorry, something went wrong.
Atualizei
8f38ee8
@mvac1991 , para essa issue, a função sendMessageWithThumb esperava um base64 no primeiro argumento, que é a thumb.
sendMessageWithThumb
Atualizei o código para aceitar URLs também.
No branches or pull requests
Description
Ao executar o trecho "await client.sendMessageWithThumb('https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Creative-Tail-rocket.svg/768px-Creative-Tail-rocket.svg.png', 'https://www.instagram.com/p/CVWXPAZssZv/', 'testando title', 'description here...', CONTACT_ID);" o mesmo não retorna erro e também não envia nenhuma mensagem, nada acontece.
Environment
The text was updated successfully, but these errors were encountered: