mHCio

Results 2 comments of mHCio

Hi, does anybody know how long Thread.Sleep should be between each API request ? I tried 10 sek, but FloodException appears anyway ? Is there any way to run IsPhoneRegisteredAsync()...

@ReaGet not really... currently i use this: ` TLRequestImportContacts requestImportContacts = new TLRequestImportContacts(); requestImportContacts.contacts = new TLVector(); requestImportContacts.contacts.lists.Add(new TLInputPhoneContact() { phone = telegNr, first_name = member.Name, last_name = member.FamilyName });...