Hello developers, I would like to share with you my roblox module, which allows you to interact with the telegram bot (Telegram API). Link to the model below
After adding the model, you will have a folder, inside there are 2 other folders that need to be decompressed into Workspace and StarterGui, respectively.
Next, we move on to the TELEGRAM MODULE, which should be located in the Workspace.
There we will find the README script, which is an instruction for using the module. I strongly recommend that you familiarize yourself with it.
Also in the same folder is the Module Script ābot_settingsā. Open it to configure the bot.
BOT_TOKEN is your botās token, it can be obtained from BotFather.
There are also other settings that are mentioned there.
There is also a folder āHandlersā
It contains āBindable Eventsā when connected via .Event(message), receive a message. Its templates can be seen in the āREADMEā.
You can view the bot template in the script (āExample of a botā)
If you did everything right, the bot will start interacting with Telegram users
I wish you all success in your development, I hope this module will be useful to someoneš
If you have any questions, write to me in private messages.
If you liked this module, rate this post, I will be very pleased and updates will appear in the future))