mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-07 07:23:59 +00:00
make example programs static
This commit is contained in:
parent
65a4b779c1
commit
bafe3c56bd
4 changed files with 6 additions and 6 deletions
|
|
@ -8,7 +8,7 @@ using TL;
|
|||
|
||||
namespace WTelegramClientTest
|
||||
{
|
||||
class Program_CollectAccessHash
|
||||
static class Program_CollectAccessHash
|
||||
{
|
||||
private const string StateFilename = "SavedState.json";
|
||||
private const long DurovID = 1006503122; // known ID for Durov's Channel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue