George

Results 9 comments of George

> hydra.c:1028:9: warning: implicit declaration of function 'wait3' is invalid in C99 [-Wimplicit-function-declaration] pid = wait3(NULL, WNOHANG, NULL); ^ hydra.c:1448:9: warning: implicit declaration of function 'wait3' is invalid in C99...

According to [Telegram API Docs](https://core.telegram.org/bots/api#sending-files), you can send InputFile using its `file_id` or its URL. This works well in a Webhook-designed bot. I encountered this exact issue when was trying...

I have made a pull request regarding to this issue: https://github.com/rubenlagus/TelegramBots/pull/1302

> Thanks for your attention. From which version those changes will be available? I don't know, owner of this repo should accept #1302 in order for changes to apply.

> @marcusdacoregio is there any rough timeline on how this will be moving? The reason i ask is, this is the one blocker for us moving to sb 3.0 and...

> @Georglider thank you for the idea. Not an option for us here, but thank you for sharing. I assume you are also hindered by the same issue i describe...

Hello @marcusdacoregio, I want to create custom session converter so attributes can be stored different (not in binary format). This way I can change data in database very efficiently. Is...