MrLoKi Posted March 6, 2023 Share Posted March 6, 2023 Hello Guys! I want to write a code that will send a worm message to the server inside the Telegram chat or bot For example, when I write hello, this message should be sent to the chat server is it possible? Link to comment
Addlibs Posted March 6, 2023 Share Posted March 6, 2023 (edited) You can use Telegram's Bot API. First, if you haven't already, create a bot (by messaging BotFather on Telegram) and use callRemote or fetchRemote (only do this on the server side, for security reasons -- never send the bot's token to a client) to utilize the API. Bots cannot initiate conversations, but you can prompt users to start a conversation by displaying a URL (or preferably a QR code) that a user can scan and open the conversations. You can also use a parameter in the QR code that would allow the bot to correlate the Telegram user with the MTA player if you need that. You can also create a group chat or a channel and invite the bot into it, and use it to let users read and write to the ingame chat out-of-game. Edited March 6, 2023 by Addlibs Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now