Konstantin Bats

Results 5 issues of Konstantin Bats

Method Send with InlineConfig as Chattable interface implementation invoke telegram api method `answerInlineQuery`, and unmarshal api responce to Message type. https://github.com/go-telegram-bot-api/telegram-bot-api/blob/ef6e421559d82708b59888ba2022da7602284053/bot.go#L341-L351 But this api method return only boolean [api reference](https://core.telegram.org/bots/api#answerinlinequery)....

Hello! I would like to support reading comments from the platform https://vk.com/video. But I don't understand how to test the code that I will write. Could you tell me what...

Hello! I getting strange issues when I trying to stream on twitch platform. When I open connection and start streaming to twitch using url lik `rtmp://live.twitch.tv/app/{mykey}` I getting panic from...

Hello. I am working on rtmp [restreamer](https://github.com/kbats183/simple-rtmp-restreamer). Some rtmp servers can reject connection if user sends incorrect stream key. In this case, OBS shows a message like this ![image](https://github.com/user-attachments/assets/313150ea-ebf2-4531-9726-b6935980b2ea) I...