ayazzali

Results 15 comments of ayazzali

Here, catch. ``` TeleSharp.TL.Contacts.TLRequestImportContacts requestImportContacts = new TeleSharp.TL.Contacts.TLRequestImportContacts(); requestImportContacts.contacts = new TLVector(); requestImportContacts.contacts.lists.Add(new TLInputPhoneContact() { phone = "79000000000", first_name = "", last_name = "" }); var o = await client.SendRequestAsync((TLMethod)requestImportContacts);...

coool! but its realy hard to find.

me too, but on C#. can we try to do it just by http request on the browser like that https://api.telegram.org/bot/sendaudio?chat_id=180504101&audio=http://panel.cafefars.com:8088/mp3/1.mp3 response: {"ok":false,"error_code":400,"description":"Bad Request: wrong file identifier/HTTP URL specified"}

if i dont kill app forcefully How long task will be executed. a few hours? Does android kill task when memory is full? (how can i get pushes from facebook/vk/someSocialNetwork's...

@tstraus13 maybe close issue?

> > What worked for me was this from ReadMe.md: > > > Basic configuration done in Startup.cs: > > > `RotativaConfiguration.Setup(env);` > > > or, if using Asp.net Core...

> @MatheusNCarvalho on Linux whith Docker container, PDFs are generated without CSS formatting and images not showed, but on Windows without contantainer, PDF successfully generated. Did you have this problem?...

> @ayazzali I fix this problem, put physical file reference (using "file://") in and tags. Look at this example https://github.com/jlnpinheiro/bufunfa/blob/master/src/frontend/web/bufunfa-web/Helpers/CustomHtmlHelper.cs. See "CriarTagLinkCssPorOS" method. > Only this way works for my...

@vivekanandpv maybe close issue?