smartnode / telebot

Telegram Bot API in C
https://elmurod.net/telebot
Apache License 2.0
162 stars 38 forks source link

stdbool.h header is not added by default #28

Closed damaxi closed 4 years ago

damaxi commented 4 years ago

Can we get rid of this dependency? error: unknown type name ‘bool’

smartnode commented 4 years ago

do you want me add stdbool.h to telebot.h?

smartnode commented 4 years ago

https://github.com/smartnode/telebot/commit/3544536745643a9984f9ba5c8a34972b2d9860c1 fixes it.