Skip to content
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

send audio buffer #20

Closed
thoriqazzikraa opened this issue Aug 26, 2024 · 1 comment
Closed

send audio buffer #20

thoriqazzikraa opened this issue Aug 26, 2024 · 1 comment

Comments

@thoriqazzikraa
Copy link

how to send audio buffer?
i've tried ctx.reply({ audio: { buffer: buffer }})

@JastinXyz
Copy link
Member

@thoriqazzikraa You can try passing the buffer into the "audio" property. For example:

let buffer = fs.readFileSync('./sample.mp3');
ctx.reply({ audio: buffer });

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