mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-26 06:20:27 +01:00
Update content of files
This commit is contained in:
parent
ccbb45a5f7
commit
2167d72512
8 changed files with 5 additions and 11 deletions
|
@ -1444,8 +1444,6 @@ See also TL-Schema…">
|
|||
|
||||
<a href="/constructor/paymentFormMethod" >paymentFormMethod</a>#88f8f21b url:<a href="/type/string" >string</a> title:<a href="/type/string" >string</a> = <a href="/type/PaymentFormMethod" >PaymentFormMethod</a>;
|
||||
|
||||
<a href="/constructor/bots.premiumGiftsOptions" >bots.premiumGiftsOptions</a>#af0433d name:<a href="/type/string" >string</a> gifts:<a href="/type/Vector%20t" >Vector</a><<a href="/type/PremiumGiftOption" >PremiumGiftOption</a>> = <a href="/type/bots.PremiumGiftsOptions" >bots.PremiumGiftsOptions</a>;
|
||||
|
||||
<a href="/constructor/emojiStatusEmpty" >emojiStatusEmpty</a>#2de11aae = <a href="/type/EmojiStatus" >EmojiStatus</a>;
|
||||
<a href="/constructor/emojiStatus" >emojiStatus</a>#929b619d document_id:<a href="/type/long" >long</a> = <a href="/type/EmojiStatus" >EmojiStatus</a>;
|
||||
<a href="/constructor/emojiStatusUntil" >emojiStatusUntil</a>#fa30a8c7 document_id:<a href="/type/long" >long</a> until:<a href="/type/int" >int</a> = <a href="/type/EmojiStatus" >EmojiStatus</a>;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1444,8 +1444,6 @@ See also TL-Schema…">
|
|||
|
||||
<a href="/constructor/paymentFormMethod" >paymentFormMethod</a>#88f8f21b url:<a href="/type/string" >string</a> title:<a href="/type/string" >string</a> = <a href="/type/PaymentFormMethod" >PaymentFormMethod</a>;
|
||||
|
||||
<a href="/constructor/bots.premiumGiftsOptions" >bots.premiumGiftsOptions</a>#af0433d name:<a href="/type/string" >string</a> gifts:<a href="/type/Vector%20t" >Vector</a><<a href="/type/PremiumGiftOption" >PremiumGiftOption</a>> = <a href="/type/bots.PremiumGiftsOptions" >bots.PremiumGiftsOptions</a>;
|
||||
|
||||
<a href="/constructor/emojiStatusEmpty" >emojiStatusEmpty</a>#2de11aae = <a href="/type/EmojiStatus" >EmojiStatus</a>;
|
||||
<a href="/constructor/emojiStatus" >emojiStatus</a>#929b619d document_id:<a href="/type/long" >long</a> = <a href="/type/EmojiStatus" >EmojiStatus</a>;
|
||||
<a href="/constructor/emojiStatusUntil" >emojiStatusUntil</a>#fa30a8c7 document_id:<a href="/type/long" >long</a> until:<a href="/type/int" >int</a> = <a href="/type/EmojiStatus" >EmojiStatus</a>;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1444,8 +1444,6 @@ See also TL-Schema…">
|
|||
|
||||
<a href="/constructor/paymentFormMethod" >paymentFormMethod</a>#88f8f21b url:<a href="/type/string" >string</a> title:<a href="/type/string" >string</a> = <a href="/type/PaymentFormMethod" >PaymentFormMethod</a>;
|
||||
|
||||
<a href="/constructor/bots.premiumGiftsOptions" >bots.premiumGiftsOptions</a>#af0433d name:<a href="/type/string" >string</a> gifts:<a href="/type/Vector%20t" >Vector</a><<a href="/type/PremiumGiftOption" >PremiumGiftOption</a>> = <a href="/type/bots.PremiumGiftsOptions" >bots.PremiumGiftsOptions</a>;
|
||||
|
||||
<a href="/constructor/emojiStatusEmpty" >emojiStatusEmpty</a>#2de11aae = <a href="/type/EmojiStatus" >EmojiStatus</a>;
|
||||
<a href="/constructor/emojiStatus" >emojiStatus</a>#929b619d document_id:<a href="/type/long" >long</a> = <a href="/type/EmojiStatus" >EmojiStatus</a>;
|
||||
<a href="/constructor/emojiStatusUntil" >emojiStatusUntil</a>#fa30a8c7 document_id:<a href="/type/long" >long</a> until:<a href="/type/int" >int</a> = <a href="/type/EmojiStatus" >EmojiStatus</a>;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -9,7 +9,7 @@
|
|||
<meta name="MobileOptimized" content="176" />
|
||||
<meta name="HandheldFriendly" content="True" />
|
||||
<meta name="robots" content="noindex, nofollow" />
|
||||
<script src="https://tg.dev/js/telegram-web-app.js?28"></script>
|
||||
<script src="https://tg.dev/js/telegram-web-app.js?29"></script>
|
||||
<script>
|
||||
function setThemeClass() {
|
||||
document.documentElement.className = Telegram.WebApp.colorScheme;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<meta name="MobileOptimized" content="176" />
|
||||
<meta name="HandheldFriendly" content="True" />
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
<script src="https://tg.dev/js/telegram-web-app.js?28"></script>
|
||||
<script src="https://tg.dev/js/telegram-web-app.js?29"></script>
|
||||
<script>
|
||||
function setThemeClass() {
|
||||
document.documentElement.className = Telegram.WebApp.colorScheme;
|
||||
|
|
Loading…
Reference in a new issue