shurillu / CTBot

A simple (and easy to use) Arduino Telegram BOT Library for ESP8266/ESP32
MIT License
147 stars 34 forks source link

Error when setting TBMessage as parameter #111

Closed rafaelspessotto closed 5 months ago

rafaelspessotto commented 1 year ago

Everytime i put the TBMessage type as parameter of a function, gives me errors..

a function like this:

void handleTelegramMessages(TBMessage message) { }

Anyone has problems with this?

thanks!

Rafael

shurillu commented 1 year ago

Hi Rafael, what kind of error do you encounter? Could you write it here?