kshashov / spring-boot-starter-telegram

Spring Boot Starter for Telegram bots
MIT License
131 stars 31 forks source link

Streaming voice message #36

Closed minhjavapc closed 1 year ago

minhjavapc commented 1 year ago

Hi! Thanks for your contribution. If there is any feature or technique I missed regarding the ability to stream voice directly from users to Spring Boot. If not, do you have any ideas on how to achieve this? I will try to research it myself. Thank you!

kshashov commented 1 year ago

Hello! This library uses https://github.com/pengrad/java-telegram-bot-api/ to interact with Telegram API It’s better to find out exactly what functionality from that library you need so that I could suggest how you can use it from the controller

minhjavapc commented 1 year ago

Thanks a lots!