From c6cb22a9e0abdbcc46d1a2f2700541f5317af86e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 14 Jan 2022 08:07:30 +0000 Subject: [PATCH] Update content of files --- .../constructor/globalPrivacySettings.html | 152 --------------- .../constructor/help.inviteText | 147 --------------- .../constructor/messageEntityCode.html | 152 --------------- .../method/account.getAllSecureValues | 136 -------------- .../type/messages.SentEncryptedMessage | 177 ------------------ .../constructor/pageBlockPreformatted.html | 152 --------------- .../themes.telegram.org/css/jquery-ui.min.css | 6 - 7 files changed, 922 deletions(-) delete mode 100644 data/core.telegram.org/constructor/globalPrivacySettings.html delete mode 100644 data/core.telegram.org/constructor/help.inviteText delete mode 100644 data/core.telegram.org/constructor/messageEntityCode.html delete mode 100644 data/core.telegram.org/method/account.getAllSecureValues delete mode 100644 data/core.telegram.org/type/messages.SentEncryptedMessage delete mode 100644 data/corefork.telegram.org/constructor/pageBlockPreformatted.html delete mode 100644 data/themes.telegram.org/css/jquery-ui.min.css diff --git a/data/core.telegram.org/constructor/globalPrivacySettings.html b/data/core.telegram.org/constructor/globalPrivacySettings.html deleted file mode 100644 index be9670740e..0000000000 --- a/data/core.telegram.org/constructor/globalPrivacySettings.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - globalPrivacySettings - - - - - - - - - - - - - -
- -
-
-
- -

globalPrivacySettings

- -

Global privacy settings

-

- -
-
globalPrivacySettings#bea2f424 flags:# archive_and_mute_new_noncontact_peers:flags.0?Bool = GlobalPrivacySettings;

-

Parameters

- - - - - - - - - - - - - - - - - - - - -
NameTypeDescription
flags#Flags, see TL conditional fields
archive_and_mute_new_noncontact_peersflags.0?BoolWhether to archive and mute new chats from non-contacts
-

Type

-

GlobalPrivacySettings

- -
- -
-
- -
- - - - - - diff --git a/data/core.telegram.org/constructor/help.inviteText b/data/core.telegram.org/constructor/help.inviteText deleted file mode 100644 index 537f83f5ef..0000000000 --- a/data/core.telegram.org/constructor/help.inviteText +++ /dev/null @@ -1,147 +0,0 @@ - - - - - help.inviteText - - - - - - - - - - - - - -
- -
-
-
- -

help.inviteText

- -

Text of a text message with an invitation to install Telegram.

-

- -
-
help.inviteText#18cb9f78 message:string = help.InviteText;

-

Parameters

- - - - - - - - - - - - - - - -
NameTypeDescription
messagestringText of the message
-

Type

-

help.InviteText

- -
- -
-
- -
- - - - - - diff --git a/data/core.telegram.org/constructor/messageEntityCode.html b/data/core.telegram.org/constructor/messageEntityCode.html deleted file mode 100644 index a71db84776..0000000000 --- a/data/core.telegram.org/constructor/messageEntityCode.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - messageEntityCode - - - - - - - - - - - - - -
- -
-
-
- -

messageEntityCode

- -

Message entity representing a codeblock.

-

- -
-
messageEntityCode#28a20571 offset:int length:int = MessageEntity;

-

Parameters

- - - - - - - - - - - - - - - - - - - - -
NameTypeDescription
offsetintOffset of message entity within message (in UTF-8 codepoints)
lengthintLength of message entity within message (in UTF-8 codepoints)
-

Type

-

MessageEntity

- -
- -
-
- -
- - - - - - diff --git a/data/core.telegram.org/method/account.getAllSecureValues b/data/core.telegram.org/method/account.getAllSecureValues deleted file mode 100644 index bc93e4add7..0000000000 --- a/data/core.telegram.org/method/account.getAllSecureValues +++ /dev/null @@ -1,136 +0,0 @@ - - - - - account.getAllSecureValues - - - - - - - - - - - - - -
- -
-
-
- -

account.getAllSecureValues

- -

Get all saved Telegram Passport documents, for more info see the passport docs »

-

- -
-
---functions---
-account.getAllSecureValues#b288bc7d = Vector<SecureValue>;

-

Parameters

-

This constructor does not require any parameters.

-

Result

-

Vector<SecureValue>

-

Related pages

-

Telegram Passport Manual

-

Telegram Passport Encryption Details

- -
- -
-
- -
- - - - - - diff --git a/data/core.telegram.org/type/messages.SentEncryptedMessage b/data/core.telegram.org/type/messages.SentEncryptedMessage deleted file mode 100644 index d31d0b405e..0000000000 --- a/data/core.telegram.org/type/messages.SentEncryptedMessage +++ /dev/null @@ -1,177 +0,0 @@ - - - - - Messages.SentEncryptedMessage - - - - - - - - - - - - - -
- -
-
-
- -

Messages.SentEncryptedMessage

- -

Contains info on message sent to an encrypted chat.

-

- -
-
messages.sentEncryptedMessage#560f8935 date:int = messages.SentEncryptedMessage;
-messages.sentEncryptedFile#9493ff32 date:int file:EncryptedFile = messages.SentEncryptedMessage;
-
----functions---
-
-messages.sendEncrypted#44fa7a15 flags:# silent:flags.0?true peer:InputEncryptedChat random_id:long data:bytes = messages.SentEncryptedMessage;
-messages.sendEncryptedFile#5559481d flags:# silent:flags.0?true peer:InputEncryptedChat random_id:long data:bytes file:InputEncryptedFile = messages.SentEncryptedMessage;
-messages.sendEncryptedService#32d439a4 peer:InputEncryptedChat random_id:long data:bytes = messages.SentEncryptedMessage;

-

Constructors

- - - - - - - - - - - - - - - - - -
ConstructorDescription
messages.sentEncryptedMessageMessage without file attachemts sent to an encrypted file.
messages.sentEncryptedFileMessage with a file enclosure sent to a protected chat
-

Methods

- - - - - - - - - - - - - - - - - - - - - -
MethodDescription
messages.sendEncryptedSends a text message to a secret chat.
messages.sendEncryptedFileSends a message with a file attachment to a secret chat
messages.sendEncryptedServiceSends a service message to a secret chat.
- -
- -
-
- -
- - - - - - diff --git a/data/corefork.telegram.org/constructor/pageBlockPreformatted.html b/data/corefork.telegram.org/constructor/pageBlockPreformatted.html deleted file mode 100644 index 7963128f2e..0000000000 --- a/data/corefork.telegram.org/constructor/pageBlockPreformatted.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - pageBlockPreformatted - - - - - - - - - - - - - -
- -
-
-
- -

pageBlockPreformatted

- -

Preformatted (<pre> text)

-

- -
-
pageBlockPreformatted#c070d93e text:RichText language:string = PageBlock;

-

Parameters

- - - - - - - - - - - - - - - - - - - - -
NameTypeDescription
textRichTextText
languagestringProgramming language of preformatted text
-

Type

-

PageBlock

- -
- -
-
- -
- - - - - - diff --git a/data/themes.telegram.org/css/jquery-ui.min.css b/data/themes.telegram.org/css/jquery-ui.min.css deleted file mode 100644 index 4e14d72f69..0000000000 --- a/data/themes.telegram.org/css/jquery-ui.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/*! jQuery UI - v1.12.0 - 2016-09-10 -* http://jqueryui.com -* Includes: draggable.css, core.css, resizable.css -* Copyright jQuery Foundation and other contributors; Licensed MIT */ - -.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px} \ No newline at end of file