Andrade.Telegram.Activities
0.1.0.519025800
See the version list below for details.
dotnet add package Andrade.Telegram.Activities --version 0.1.0.519025800
NuGet\Install-Package Andrade.Telegram.Activities -Version 0.1.0.519025800
<PackageReference Include="Andrade.Telegram.Activities" Version="0.1.0.519025800" />
paket add Andrade.Telegram.Activities --version 0.1.0.519025800
#r "nuget: Andrade.Telegram.Activities, 0.1.0.519025800"
// Install Andrade.Telegram.Activities as a Cake Addin #addin nuget:?package=Andrade.Telegram.Activities&version=0.1.0.519025800 // Install Andrade.Telegram.Activities as a Cake Tool #tool nuget:?package=Andrade.Telegram.Activities&version=0.1.0.519025800
UiPath Activity: Telegram Activities
This activity is intended to send messages to a Telegram user or group. To use it you need to have created a bot by BotFather provided by Telegram itself, the BotFather will provide the first param (Bot Token) to use the activity.
Get the BotToken
To get the bot token, follow the next steps:
- Enter the chat with BotFather;
- Once with a bot created, type
/mybots
for BotFather; - Select your bot;
- Click in
API Token
, the BotFather gonna show to you the token from your bot, you can see that in the following image:
Get the Chat_ID
To get th chat id, follow the next steps:
- Add the Telegram BOT to the group;
- Get the list of updates for your BOT, through this link:
https://api.telegram.org/bot<YourBOTToken>/getUpdates
; - Look for the "chat" object, and get the paranm
id
:
Activities
Telegram Scope
To use the activity you need to fill some params: Bot Token
and Chat ID
.
Telegram Send Message
To use the activity you need to fill the param Message
.
Once the parameters are filled in correctly, you can perform the activity and it will work!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.1
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.0.522045751 | 548 | 5/22/2022 |
0.1.0.519025800 | 416 | 5/19/2022 |