Available translations







loading results
Telegram Bot
The Telegram Bot node is used to define the parameters used to connect to the Telegram API. This allows Superalgos to interact with Telegram to send announcements and receive incoming commands.
Die Telegram Bot Node wird verwendet, um die Parameter für die Verbindung mit der Telegram API zu definieren. Dies ermöglicht es Superalgos, mit Telegram zu interagieren, um Ankündigungen zu senden und eingehende Befehle zu empfangen. Ins deutsche übersetzt von gitforkgit.
Узел Telegram Bot используется для определения параметров, используемых для подключения к API Telegram. Это позволяет Superalgos взаимодействовать с Telegram для отправки объявлений и получения входящих команд.
Telegram Bot düğümü, Telegram API'sine bağlanmak için kullanılan parametreleri tanımlamak için kullanılır. Bu, Superalgos'un duyuru göndermek ve gelen komutları almak için Telegram ile etkileşime girmesini sağlar.
The Telegram Bot node is used to define the
botToken and chatId parameters which are required by Superalgos to interact with the Telegram API. Die Telegram Bot node wird verwendet, um die Parameter
botToken und chatId zu definieren, die von Superalgos für die Interaktion mit der Telegram-API benötigt werden. Узел Telegram Bot используется для определения параметров
botToken и chatId, которые необходимы Superalgos для взаимодействия с API Telegram. Telegram Bot düğümü, Superalgos tarafından Telegram API ile etkileşim için gerekli olan
botToken ve chatId parametrelerini tanımlamak için kullanılır. The
botToken parameter is provided by the Telegram Bot @BotFather. It is a 10 digit number, followed by a colon and then a 35 character (alpha-numeric but can also containing dash - and underscore _) string. Der Parameter
botToken wird vom Telegram Bot @BotFather bereitgestellt. Bei dem Parameter handelt es sich um eine 10-stellige Zahl, gefolgt von einem Doppelpunkt und einer 35-stelligen Zeichenkette (alphanumerisch, kann aber auch Bindestriche - und Unterstriche _ enthalten). Параметр
botToken предоставляется Telegram-ботом @BotFather. Он представляет собой 10-значное число, за которым следует двоеточие, а затем строка из 35 символов (буквенно-цифровых, но также может содержать тире - и подчеркивание _). botToken parametresi Telegram Botu @BotFather tarafından sağlanır. 10 basamaklı bir sayıdır, ardından iki nokta üst üste ve ardından 35 karakterli (alfa sayısal ancak tire - ve alt çizgi _ de içerebilir) bir dize gelir. It should be contained within quotes.
Der Parameter sollte in Anführungszeichen gesetzt werden.
Оно должно быть заключено в кавычки.
Tırnak içinde yer almalıdır.
Example:
Beispiel:
Пример:
Örnek:
"1234567890:aBCdE_FG4hij0kLMnoP9qrsTUvw25-xyz31" Note: Once you create your bot make sure to start it and add it to the group you wish to send messages to.
Note: Der Parameter chatId wird vom Telegram Bot @myidbot mit dem Befehl /getgroupid bereitgestellt. Es handelt sich um eine negative 9-stellige numerische Zahl. Sie sollte ohne Anführungszeichen eingegeben werden. Warning!!! This translation is outdated. English version is... Once you create your bot make sure to start it and add it to the group you wish to send messages to. Please update this translation.
Note: Параметр chatId предоставляется Telegram-ботом @myidbot с помощью команды /getgroupid. Это отрицательное 9-значное число. Его следует вводить без кавычек. Warning!!! This translation is outdated. English version is... Once you create your bot make sure to start it and add it to the group you wish to send messages to. Please update this translation.
Note: chatId parametresi Telegram Bot @myidbot tarafından /getgroupid komutu kullanılarak sağlanır. Negatif 9 basamaklı sayısal bir sayıdır. Tırnak işaretleri olmadan girilmelidir. Warning!!! This translation is outdated. English version is... Once you create your bot make sure to start it and add it to the group you wish to send messages to. Please update this translation.
The
chatId parameter is provided by the Telegram Bot @myidbot using the /getgroupid command. It is a negative 9 digit numeric number. It should be entered without quotes. Example:
Beispiel:
Пример:
Örnek:
-123456789 Example Configuration:
Beispielkonfiguration:
Пример конфигурации:
Örnek Yapılandırma:
{
"botToken": "1234567890:aBCdE_FG4hij0kLMnoP9qrsTUvw25-xyz31",
"chatId": -123456789
} Initial Values
These are the Initial Values for Telegram Bot configuration:
{
"botToken": "Paste_the_bot_token_obtained_from_Telegram_Bot_Father",
"chatId": "Type_or_paste_the_chat_or_group_id_A_NUMBER_WITH_NO_QUOTES_where_announcements_are_going_to_be_sent_to"
} Examples
This is a list of properties featured by the Telegram Bot configuration. Expanding a property shows sample values for the property extracted from the current Workspace.
Telegram Bot Menu
The Telegram Bot node has the following Node Menu items:
The Configure menu item has the following properties:
- action: Configure
- actionFunction:
uiObject.configEditor.activate
- label: Configure
- iconPathOn: configuration
- iconPathOff: configuration
- actionProject: Foundations
The Add Social Bot Command menu item has the following properties:
- action: Add UI Object
- label: Add Social Bot Command
- relatedUiObject: Social Bot Command
- actionFunction:
payload.executeAction
- actionProject: Visual-Scripting
- relatedUiObjectProject: Social-Bots
The Add Timer Announcement menu item has the following properties:
- action: Add UI Object
- label: Add Timer Announcement
- relatedUiObject: Timer Announcement
- actionFunction:
payload.executeAction
- actionProject: Visual-Scripting
- relatedUiObjectProject: Social-Bots
The Send Telegram Test Message menu item has the following properties:
- action: Send Telegram Test Message
- label: Send Telegram Test Message
- iconPathOn: test-entity
- iconPathOff: test-entity
- actionFunction:
payload.executeAction
- actionProject: Social-Bots
The Delete menu item has the following properties:
- action: Delete UI Object
- actionProject: Visual-Scripting
- askConfirmation: true
- confirmationLabel: Confirm to Delete
- label: Delete
- iconPathOn: delete-entity
- iconPathOff: delete-entity
- actionFunction:
payload.executeAction
Tip: When a menu item is grayed out, it means that Telegram Bot already has the required child type that the menu item may add, and only that child is allowed for that case.
Telegram Bot Children
The Telegram Bot node has the following childrenNodesProperties:
The Social Bot Command node property features the following properties:
- name:
socialBotCommand
- type: array
- childType: Social Bot Command
- autoAdd: false
- project: Social-Bots
The Timer Announcement node property features the following properties:
- name:
timerAnnouncement
- type: array
- childType: Timer Announcement
- autoAdd: false
- project: Social-Bots
Telegram Bot Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Telegram Bot with other nodes:
Compatible Types: