add nodes/telegram_serving.py
it will be similar to the discord serving node, except it will work for Telegram
make sure you implement anything fully.
use pyTelegramBotAPI as the library of choice.
Don't forget to implement the different serving options (such as attachments, and responding with image) to be specific to telegram
for context - this is used for a visual programming language and the start is the serving which is connected to the outputs, so make sure your response is within the serving functions
add nodes/telegram_serving.py it will be similar to the discord serving node, except it will work for Telegram
make sure you implement anything fully.
use pyTelegramBotAPI as the library of choice. Don't forget to implement the different serving options (such as attachments, and responding with image) to be specific to telegram
for context - this is used for a visual programming language and the start is the serving which is connected to the outputs, so make sure your response is within the serving functions