Details
| ID | Telegram_Beta |
|---|---|
| Provider | Telegram FZ-LLC |
| Category | Messaging and Conferencing |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Supported Modules | Agentix XSIAM |
README
telegram-send-message
Sends a message
Base Command
telegram-send-message
Input
| Argument Name | Description | Required |
|---|---|---|
| userID | The recipient ID. | Required |
| username | The recipient username. | Required |
| message | The message to send. | Required |
Context Output
There is no context output for this command.
telegram-list-users
List users
Base Command
telegram-list-users
Input
There are no input arguments for this command.
Context Output
There is no context output for this command.
Configuration parameters
token— API Tokencredentials_api_token—proxy— Use system proxy settings
Commands (2)
-
telegram-list-usersList users
-
telegram-send-messageSends a message
category: Messaging and Conferencing provider: Telegram FZ-LLC commonfields: id: Telegram_Beta version: -1 configuration: - display: API Token name: token type: 4 hidden: true required: false - displaypassword: API Token name: credentials_api_token hiddenusername: true type: 9 required: false - display: Use system proxy settings name: proxy type: 8 required: false description: Telegram integration. display: Telegram (Beta) name: Telegram_Beta script: commands: - arguments: - description: The recipient ID. name: userID required: true - description: The recipient username. name: username required: true - description: The message to send. name: message required: true description: Sends a message name: telegram-send-message - description: List users name: telegram-list-users dockerimage: demisto/python3:3.12.13.10116658 runonce: false script: '-' type: python subtype: python3 beta: true tests: - no test fromversion: 5.0.0