Telegram Bot API

An asset by fenix
The page banner background of a mountain and forest
Telegram Bot API hero image

Quick Information

2 ratings
Telegram Bot API icon image
fenix
Telegram Bot API

A GDScript addon to interact with a Telegram Bot in Godot Engine.

Supported Engine Version
3.3
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

godot-engine.telegram-bot-api

A GDScript addon to interact with a Telegram Bot in Godot Engine.

extends Node

func _ready():
    var bot : TelegramBot = TelegramAPI.get_bot("<YOUR BOT TOKEN>")
    bot.connect("new_event", self, "_on_bot_event")
    bot.start_polling(1.0)
    bot.send_message(TelegramMessage.new("<CHAT ID>", "_Test Message_", TelegramMessage.ParseModes.MARKDOWN))

func _on_bot_event(event : Dictionary) -> void:
    print(event)

A GDScript addon to interact with a Telegram Bot in Godot Engine.

Reviews

2 ratings
Give us documentation!
kitaev_maksim Rated positive
Hello, I would like to receive documentation about this plugin, as I do not quite understand what and how it works. Is it possible to create Input Keyboard on this plugin?
Give us documentation!
kitaev_maksim Rated positive
Hello, I would like to receive documentation about this plugin, as I do not quite understand what and how it works. Is it possible to create Input Keyboard on this plugin?

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

2 ratings
Telegram Bot API icon image
fenix
Telegram Bot API

A GDScript addon to interact with a Telegram Bot in Godot Engine.

Supported Engine Version
3.3
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers