Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 805 Bytes

File metadata and controls

26 lines (15 loc) · 805 Bytes

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!