wiz0u / WTelegramClient

Telegram Client API (MTProto) library written 100% in C# and .NET
https://wiz0u.github.io/WTelegramClient/
MIT License
958 stars 156 forks source link

How to handle TAKEOUT_INIT_DELAY_X error #201

Closed raajrushs closed 10 months ago

raajrushs commented 10 months ago

Getting error TAKEOUT_INIT_DELAY_X error while creating takeout for getting all contacts , how to handle it ?

var takeout = await client.Account_InitTakeoutSession(contacts: true);

raajrushs commented 10 months ago

Ok Got it , its asks on Telegram App on mobile to Allow this activity or not , Please close this issue