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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Andrade.Telegram.Activities" Version="0.1.0.522045751" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Andrade.Telegram.Activities --version 0.1.0.522045751
#r "nuget: Andrade.Telegram.Activities, 0.1.0.522045751"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

  1. Package in UiPath
  2. Get the BotToken
  3. Get the Chat_ID
  4. Activities
    1. Telegram Scope
    2. Telegram Send Message
    3. 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

image

Get the BotToken

To get the bot token, follow the next steps:

  1. Enter the chat with BotFather;
  2. Once with a bot created, type /mybots for BotFather;
  3. Select your bot;
  4. Click in API Token, the BotFather gonna show to you the token from your bot, you can see that in the following image:

image

Get the Chat_ID

To get th chat id, follow the next steps:

  1. Add the Telegram BOT to the group;
  2. Get the list of updates for your BOT, through this link: https://api.telegram.org/bot<YourBOTToken>/getUpdates;
  3. Look for the "chat" object, and get the paranm id:

image

Activities

Telegram Scope

To use the activity you need to fill some params: Bot Token and Chat ID.

image

Telegram Send Message

To use the activity you need to fill the param Message.

image

Telegram Send an image with a message

To use the activity you need to fill the params: Image path and Message(optional).

image

Once the parameters are filled in correctly, you can perform the activity and it will work!

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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 502 5/22/2022
0.1.0.519025800 396 5/19/2022