PHP & ASP & Html & VB & C#
556 subscribers
44 photos
17 videos
110 files
40 links
admin= @mums2
https://telegram.me/PHP_ASP_Html
گروه جهت رفع مشكلات نرم افزاري تلگرام


https://t.me/PHP_ASP_Html_Group
Download Telegram
Telegram.dll
346.5 KB
Telegram Ver 6.5.2.1💫 ⚡️.NET 4.5⚡️
1.Bug fixes "Quiz Mode correct answer
sendPoll.correct answer.txt
269 B
Quiz Mode. Such polls have one correct answer
Create an option to set up an unofficial server in the Telegram.dll
(has no problems with the new Tsl12 certification)
Anonymous Poll
38%
No
62%
Yes
Telegram.bot.server.unofficial= true ;
Telegram.dll
347 KB
Telegram Ver 6.5.2.2💫 ⚡️.NET 4.5⚡️
1.add stopPoll
2.Bug fixes "sendPoll.allows_multiple_answers"
Telegram.dll
350.5 KB
Telegram Ver 6.5.2.4💫 ⚡️.NET 4.5⚡️
1-Bug fixes in getAudio
2- Optional Select Name in )
getAudio
,getPhoto
,getFile
,getUserProfilePhotos
,getVideo,getVoice)
Telegram.dll
349.5 KB
Telegram Ver 6.5.2.5💫 ⚡️.NET 4.5⚡️
1-Bug fixes in set_proxy
2-change set caption in sendVideo,SendPhoto,SendFile
HTML style

To use this mode, pass HTML in the parse_mode field. The following tags are currently supported:
<b>bold</b>, <strong>bold</strong>
<i>italic</i>, <em>italic</em>
<u>underline</u>, <ins>underline</ins>
<s>strikethrough</s>, <strike>strikethrough</strike>, <del>strikethrough</del>
<span class="tg-spoiler">spoiler</span>, <tg-spoiler>spoiler</tg-spoiler>
<b>bold <i>italic bold <s>italic bold strikethrough <span class="tg-spoiler">italic bold strikethrough spoiler</span></s> <u>underline italic bold</u></i> bold</b>
<a href="http://www.example.com/">inline URL</a>
<a href="tg://user?id=123456789">inline mention of a user</a>
<code>inline fixed-width code</code>
<pre>pre-formatted fixed-width code block</pre>
<pre><code class="language-python">pre-formatted fixed-width code block written in the Python programming language</code></pre>
How to remove all requests from Telegram Bot database (getUpdates)

It is sometimes desirable to ignore all updates a bot has received since it was last shut down. There is a way to almost do this:
 Telegram.bot.offset_update = -1;