Skip to content

JavaSergo/Telegram.Bot.Examples

 
 

Repository files navigation

Telegram.Bot Examples

About

This branch contains sample applications based on Telegram.Bot library:

Prerequisites

Endpoint must be configured with netsh:

netsh http add urlacl url=https://+:8443/ user=<username>
netsh http add sslcert ipport=0.0.0.0:8443 certhash=<cert thumbprint> appid=<random guid>

You can find more about netsh http commands in this article: Netsh http commands

Requirements

This example require .NET Framework 4.5.2.

Community

Feel free do join our group chat!

About

Examples for the Telegram.Bot C# Library

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 79.1%
  • F# 16.8%
  • Shell 3.8%
  • HTML 0.3%