Andrade.Telegram.Activities
0.1.0.522045751
dotnet add package Andrade.Telegram.Activities --version 0.1.0.522045751
NuGet\Install-Package Andrade.Telegram.Activities -Version 0.1.0.522045751
<PackageReference Include="Andrade.Telegram.Activities" Version="0.1.0.522045751" />
paket add Andrade.Telegram.Activities --version 0.1.0.522045751
#r "nuget: Andrade.Telegram.Activities, 0.1.0.522045751"
// Install Andrade.Telegram.Activities as a Cake Addin #addin nuget:?package=Andrade.Telegram.Activities&version=0.1.0.522045751 // Install Andrade.Telegram.Activities as a Cake Tool #tool nuget:?package=Andrade.Telegram.Activities&version=0.1.0.522045751
UiPath Activity: Telegram activities
Summary
- Package in UiPath
- Get the BotToken
- Get the Chat_ID
- Activities
- Telegram Scope
- Telegram Send Message
- Telegram Send an image with a message
Some UiPath activities. To use it you need to have created a bot by <b>BotFather</b> provided by Telegram itself, the <b>BotFather</b> will provide the first param (<b>Bot Token</b>) to use the activity.
Package in UiPath
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
.
Telegram Send an image with a message
To use the activity you need to fill the params: Image path
and Message
(optional).
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 |