Elogroup.Telegram.Activities 0.1.0.702141505

Suggested Alternatives

Andrade.Telegram.Activities

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Elogroup.Telegram.Activities --version 0.1.0.702141505
NuGet\Install-Package Elogroup.Telegram.Activities -Version 0.1.0.702141505
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="Elogroup.Telegram.Activities" Version="0.1.0.702141505" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Elogroup.Telegram.Activities --version 0.1.0.702141505
#r "nuget: Elogroup.Telegram.Activities, 0.1.0.702141505"
#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 Elogroup.Telegram.Activities as a Cake Addin
#addin nuget:?package=Elogroup.Telegram.Activities&version=0.1.0.702141505

// Install Elogroup.Telegram.Activities as a Cake Tool
#tool nuget:?package=Elogroup.Telegram.Activities&version=0.1.0.702141505

UiPath Activity: Telegram Send Message

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:

  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

Use the activity

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

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