mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-02-17 19:33:25 +01:00
Update content of files
This commit is contained in:
parent
cae3744d73
commit
ad737250f6
66 changed files with 478 additions and 1158 deletions
|
@ -413,9 +413,9 @@ Layer…">
|
|||
<li>Added <a href="/constructor/account.chatThemesNotModified">account.chatThemesNotModified</a> - </li>
|
||||
<li>Added <a href="/constructor/account.chatThemes">account.chatThemes</a> - Available chat themes</li>
|
||||
<li>Added <a href="/constructor/messageActionSetChatTheme">messageActionSetChatTheme</a> - The chat theme was changed</li>
|
||||
<li>Added <a href="/constructor/sendMessageChooseStickerAction">sendMessageChooseStickerAction</a> - </li>
|
||||
<li>Added <a href="/constructor/sendMessageChooseStickerAction">sendMessageChooseStickerAction</a> - User is choosing a sticker</li>
|
||||
<li>Added <a href="/constructor/sponsoredMessage">sponsoredMessage</a> - </li>
|
||||
<li>Added <a href="/constructor/messages.sponsoredMessages">messages.sponsoredMessages</a> - </li>
|
||||
<li>Added <a href="/constructor/messages.sponsoredMessages">messages.sponsoredMessages</a> - A set of sponsored messages associated to a channel</li>
|
||||
<li>Added <a href="/constructor/channelAdminLogEventActionChangeTheme">channelAdminLogEventActionChangeTheme</a> - </li>
|
||||
</ul>
|
||||
<h5><a class="anchor" href="#changed-constructors" id="changed-constructors" name="changed-constructors"><i class="anchor-icon"></i></a>Changed Constructors</h5>
|
||||
|
@ -468,7 +468,7 @@ Layer…">
|
|||
<h5><a class="anchor" href="#new-constructors" id="new-constructors" name="new-constructors"><i class="anchor-icon"></i></a>New Constructors</h5>
|
||||
<ul>
|
||||
<li>Added <a href="/constructor/account.resetPasswordFailedWait">account.resetPasswordFailedWait</a> - </li>
|
||||
<li>Added <a href="/constructor/account.resetPasswordRequestedWait">account.resetPasswordRequestedWait</a> - </li>
|
||||
<li>Added <a href="/constructor/account.resetPasswordRequestedWait">account.resetPasswordRequestedWait</a> - You already requested a password reset, please wait until the specified date before retrying the reset.</li>
|
||||
<li>Added <a href="/constructor/account.resetPasswordOk">account.resetPasswordOk</a> - </li>
|
||||
<li>Added <a href="/constructor/updateBotCommands">updateBotCommands</a> - The <a href="/bots/api#june-25-2021">command set</a> of a certain bot in a certain chat has changed.</li>
|
||||
</ul>
|
||||
|
@ -523,17 +523,17 @@ Layer…">
|
|||
</ul>
|
||||
<h5><a class="anchor" href="#new-constructors" id="new-constructors" name="new-constructors"><i class="anchor-icon"></i></a>New Constructors</h5>
|
||||
<ul>
|
||||
<li>Added <a href="/constructor/groupCallParticipantVideoSourceGroup">groupCallParticipantVideoSourceGroup</a> - </li>
|
||||
<li>Added <a href="/constructor/groupCallParticipantVideoSourceGroup">groupCallParticipantVideoSourceGroup</a> - Describes a group of video synchronization source identifiers</li>
|
||||
<li>Added <a href="/constructor/groupCallParticipantVideo">groupCallParticipantVideo</a> - </li>
|
||||
<li>Added <a href="/constructor/updateGroupCallConnection">updateGroupCallConnection</a> - </li>
|
||||
<li>Added <a href="/constructor/updateGroupCallConnection">updateGroupCallConnection</a> - New WebRTC parameters</li>
|
||||
<li>Added <a href="/constructor/stickers.suggestedShortName">stickers.suggestedShortName</a> - </li>
|
||||
<li>Added <a href="/constructor/botCommandScopeDefault">botCommandScopeDefault</a> - </li>
|
||||
<li>Added <a href="/constructor/botCommandScopeUsers">botCommandScopeUsers</a> - </li>
|
||||
<li>Added <a href="/constructor/botCommandScopeChats">botCommandScopeChats</a> - The specified bot commands will be valid in all <a href="/api/channel">groups and supergroups</a></li>
|
||||
<li>Added <a href="/constructor/botCommandScopeChatAdmins">botCommandScopeChatAdmins</a> - </li>
|
||||
<li>Added <a href="/constructor/botCommandScopePeer">botCommandScopePeer</a> - </li>
|
||||
<li>Added <a href="/constructor/botCommandScopePeerAdmins">botCommandScopePeerAdmins</a> - </li>
|
||||
<li>Added <a href="/constructor/botCommandScopePeerUser">botCommandScopePeerUser</a> - </li>
|
||||
<li>Added <a href="/constructor/botCommandScopeDefault">botCommandScopeDefault</a> - The commands will be valid in all dialogs</li>
|
||||
<li>Added <a href="/constructor/botCommandScopeUsers">botCommandScopeUsers</a> - The specified bot commands will only be valid in all private chats with users.</li>
|
||||
<li>Added <a href="/constructor/botCommandScopeChats">botCommandScopeChats</a> - The specified bot commands will be valid in all <a href="/api/channel">groups and supergroups</a>.</li>
|
||||
<li>Added <a href="/constructor/botCommandScopeChatAdmins">botCommandScopeChatAdmins</a> - The specified bot commands will be valid only for chat administrators, in all <a href="/api/channel">groups and supergroups</a>.</li>
|
||||
<li>Added <a href="/constructor/botCommandScopePeer">botCommandScopePeer</a> - The specified bot commands will be valid only in a specific dialog.</li>
|
||||
<li>Added <a href="/constructor/botCommandScopePeerAdmins">botCommandScopePeerAdmins</a> - The specified bot commands will be valid for all admins of the specified <a href="/api/channel">group or supergroup</a>.</li>
|
||||
<li>Added <a href="/constructor/botCommandScopePeerUser">botCommandScopePeerUser</a> - The specified bot commands will be valid only for a specific user in the specified <a href="/api/channel">group or supergroup</a>.</li>
|
||||
</ul>
|
||||
<h5><a class="anchor" href="#changed-constructors" id="changed-constructors" name="changed-constructors"><i class="anchor-icon"></i></a>Changed Constructors</h5>
|
||||
<ul>
|
||||
|
@ -625,7 +625,7 @@ Layer…">
|
|||
</ul>
|
||||
<h5><a class="anchor" href="#new-constructors" id="new-constructors" name="new-constructors"><i class="anchor-icon"></i></a>New Constructors</h5>
|
||||
<ul>
|
||||
<li>Added <a href="/constructor/inputBotInlineMessageMediaInvoice">inputBotInlineMessageMediaInvoice</a> - </li>
|
||||
<li>Added <a href="/constructor/inputBotInlineMessageMediaInvoice">inputBotInlineMessageMediaInvoice</a> - An invoice</li>
|
||||
<li>Added <a href="/constructor/botInlineMessageMediaInvoice">botInlineMessageMediaInvoice</a> - </li>
|
||||
<li>Added <a href="/constructor/messageActionGroupCallScheduled">messageActionGroupCallScheduled</a> - A group call was scheduled</li>
|
||||
</ul>
|
||||
|
@ -709,7 +709,7 @@ Layer…">
|
|||
</ul>
|
||||
<h5><a class="anchor" href="#new-constructors" id="new-constructors" name="new-constructors"><i class="anchor-icon"></i></a>New Constructors</h5>
|
||||
<ul>
|
||||
<li>Added <a href="/constructor/inputGroupCallStream">inputGroupCallStream</a> - </li>
|
||||
<li>Added <a href="/constructor/inputGroupCallStream">inputGroupCallStream</a> - Chunk of a livestream</li>
|
||||
<li>Added <a href="/constructor/phone.joinAsPeers">phone.joinAsPeers</a> - A list of peers that can be used to join a group call, presenting yourself as a specific user/channel.</li>
|
||||
<li>Added <a href="/constructor/phone.exportedGroupCallInvite">phone.exportedGroupCallInvite</a> - </li>
|
||||
</ul>
|
||||
|
@ -773,21 +773,21 @@ Layer…">
|
|||
<h5><a class="anchor" href="#new-constructors" id="new-constructors" name="new-constructors"><i class="anchor-icon"></i></a>New Constructors</h5>
|
||||
<ul>
|
||||
<li>Added <a href="/constructor/messageActionSetMessagesTTL">messageActionSetMessagesTTL</a> - </li>
|
||||
<li>Added <a href="/constructor/updatePeerHistoryTTL">updatePeerHistoryTTL</a> - </li>
|
||||
<li>Added <a href="/constructor/updateChatParticipant">updateChatParticipant</a> - </li>
|
||||
<li>Added <a href="/constructor/updatePeerHistoryTTL">updatePeerHistoryTTL</a> - The Time-To-Live for messages sent by the current user in a specific chat has changed</li>
|
||||
<li>Added <a href="/constructor/updateChatParticipant">updateChatParticipant</a> - A user has joined or left a specific chat</li>
|
||||
<li>Added <a href="/constructor/updateChannelParticipant">updateChannelParticipant</a> - A participant has left, joined, was banned or admined in a <a href="/api/channel">channel or supergroup</a>.</li>
|
||||
<li>Added <a href="/constructor/updateBotStopped">updateBotStopped</a> - </li>
|
||||
<li>Added <a href="/constructor/chatInviteImporter">chatInviteImporter</a> - </li>
|
||||
<li>Added <a href="/constructor/messages.exportedChatInvites">messages.exportedChatInvites</a> - </li>
|
||||
<li>Added <a href="/constructor/messages.exportedChatInvites">messages.exportedChatInvites</a> - Info about chat invites exported by a certain admin.</li>
|
||||
<li>Added <a href="/constructor/messages.exportedChatInvite">messages.exportedChatInvite</a> - </li>
|
||||
<li>Added <a href="/constructor/messages.exportedChatInviteReplaced">messages.exportedChatInviteReplaced</a> - </li>
|
||||
<li>Added <a href="/constructor/messages.chatInviteImporters">messages.chatInviteImporters</a> - </li>
|
||||
<li>Added <a href="/constructor/messages.exportedChatInviteReplaced">messages.exportedChatInviteReplaced</a> - The specified chat invite was replaced with another one</li>
|
||||
<li>Added <a href="/constructor/messages.chatInviteImporters">messages.chatInviteImporters</a> - Info about the users that joined the chat using a specific chat invite</li>
|
||||
<li>Added <a href="/constructor/chatAdminWithInvites">chatAdminWithInvites</a> - </li>
|
||||
<li>Added <a href="/constructor/messages.chatAdminsWithInvites">messages.chatAdminsWithInvites</a> - </li>
|
||||
<li>Added <a href="/constructor/channelAdminLogEventActionParticipantJoinByInvite">channelAdminLogEventActionParticipantJoinByInvite</a> - </li>
|
||||
<li>Added <a href="/constructor/channelAdminLogEventActionExportedInviteDelete">channelAdminLogEventActionExportedInviteDelete</a> - </li>
|
||||
<li>Added <a href="/constructor/channelAdminLogEventActionExportedInviteRevoke">channelAdminLogEventActionExportedInviteRevoke</a> - </li>
|
||||
<li>Added <a href="/constructor/channelAdminLogEventActionExportedInviteEdit">channelAdminLogEventActionExportedInviteEdit</a> - </li>
|
||||
<li>Added <a href="/constructor/channelAdminLogEventActionParticipantJoinByInvite">channelAdminLogEventActionParticipantJoinByInvite</a> - A user joined the <a href="/api/channel">supergroup/channel</a> using a specific invite link</li>
|
||||
<li>Added <a href="/constructor/channelAdminLogEventActionExportedInviteDelete">channelAdminLogEventActionExportedInviteDelete</a> - A chat invite was deleted</li>
|
||||
<li>Added <a href="/constructor/channelAdminLogEventActionExportedInviteRevoke">channelAdminLogEventActionExportedInviteRevoke</a> - A specific invite link was revoked</li>
|
||||
<li>Added <a href="/constructor/channelAdminLogEventActionExportedInviteEdit">channelAdminLogEventActionExportedInviteEdit</a> - A chat invite was edited</li>
|
||||
<li>Added <a href="/constructor/channelAdminLogEventActionParticipantVolume">channelAdminLogEventActionParticipantVolume</a> - channelAdminLogEvent.user_id has set the volume of participant.peer to participant.volume</li>
|
||||
<li>Added <a href="/constructor/channelAdminLogEventActionChangeHistoryTTL">channelAdminLogEventActionChangeHistoryTTL</a> - </li>
|
||||
<li>Added <a href="/constructor/messages.checkedHistoryImportPeer">messages.checkedHistoryImportPeer</a> - </li>
|
||||
|
@ -868,12 +868,12 @@ Layer…">
|
|||
</ul>
|
||||
<h5><a class="anchor" href="#new-constructors" id="new-constructors" name="new-constructors"><i class="anchor-icon"></i></a>New Constructors</h5>
|
||||
<ul>
|
||||
<li>Added <a href="/constructor/inputPaymentCredentialsGooglePay">inputPaymentCredentialsGooglePay</a> - </li>
|
||||
<li>Added <a href="/constructor/messages.historyImport">messages.historyImport</a> - </li>
|
||||
<li>Added <a href="/constructor/sendMessageHistoryImportAction">sendMessageHistoryImportAction</a> - </li>
|
||||
<li>Added <a href="/constructor/inputPaymentCredentialsGooglePay">inputPaymentCredentialsGooglePay</a> - Google Pay payment credentials</li>
|
||||
<li>Added <a href="/constructor/messages.historyImport">messages.historyImport</a> - ID of a specific chat import session</li>
|
||||
<li>Added <a href="/constructor/sendMessageHistoryImportAction">sendMessageHistoryImportAction</a> - Chat history is being imported</li>
|
||||
<li>Added <a href="/constructor/messages.historyImportParsed">messages.historyImportParsed</a> - </li>
|
||||
<li>Added <a href="/constructor/inputReportReasonFake">inputReportReasonFake</a> - Report for impersonation</li>
|
||||
<li>Added <a href="/constructor/messages.affectedFoundMessages">messages.affectedFoundMessages</a> - </li>
|
||||
<li>Added <a href="/constructor/messages.affectedFoundMessages">messages.affectedFoundMessages</a> - Messages found and affected by changes</li>
|
||||
</ul>
|
||||
<h5><a class="anchor" href="#changed-constructors" id="changed-constructors" name="changed-constructors"><i class="anchor-icon"></i></a>Changed Constructors</h5>
|
||||
<ul>
|
||||
|
@ -939,7 +939,7 @@ Layer…">
|
|||
<h5><a class="anchor" href="#new-constructors" id="new-constructors" name="new-constructors"><i class="anchor-icon"></i></a>New Constructors</h5>
|
||||
<ul>
|
||||
<li>Added <a href="/constructor/speakingInGroupCallAction">speakingInGroupCallAction</a> - </li>
|
||||
<li>Added <a href="/constructor/groupCallDiscarded">groupCallDiscarded</a> - </li>
|
||||
<li>Added <a href="/constructor/groupCallDiscarded">groupCallDiscarded</a> - An ended group call</li>
|
||||
<li>Added <a href="/constructor/groupCall">groupCall</a> - Info about a group call or livestream</li>
|
||||
<li>Added <a href="/constructor/inputGroupCall">inputGroupCall</a> - Points to a specific group call</li>
|
||||
<li>Added <a href="/constructor/messageActionGroupCall">messageActionGroupCall</a> - The group call has ended</li>
|
||||
|
@ -950,9 +950,9 @@ Layer…">
|
|||
<li>Added <a href="/constructor/updateGroupCall">updateGroupCall</a> - A new groupcall was started</li>
|
||||
<li>Added <a href="/constructor/phone.groupCall">phone.groupCall</a> - Contains info about a group call, and partial info about its participants.</li>
|
||||
<li>Added <a href="/constructor/phone.groupParticipants">phone.groupParticipants</a> - </li>
|
||||
<li>Added <a href="/constructor/inlineQueryPeerTypeSameBotPM">inlineQueryPeerTypeSameBotPM</a> - </li>
|
||||
<li>Added <a href="/constructor/inlineQueryPeerTypePM">inlineQueryPeerTypePM</a> - </li>
|
||||
<li>Added <a href="/constructor/inlineQueryPeerTypeChat">inlineQueryPeerTypeChat</a> - </li>
|
||||
<li>Added <a href="/constructor/inlineQueryPeerTypeSameBotPM">inlineQueryPeerTypeSameBotPM</a> - The inline query was sent in a private chat with the bot itself</li>
|
||||
<li>Added <a href="/constructor/inlineQueryPeerTypePM">inlineQueryPeerTypePM</a> - The inline query was sent in a private chat</li>
|
||||
<li>Added <a href="/constructor/inlineQueryPeerTypeChat">inlineQueryPeerTypeChat</a> - The inline query was set from a <a href="/api/channel">chat</a></li>
|
||||
<li>Added <a href="/constructor/inlineQueryPeerTypeMegagroup">inlineQueryPeerTypeMegagroup</a> - </li>
|
||||
<li>Added <a href="/constructor/inlineQueryPeerTypeBroadcast">inlineQueryPeerTypeBroadcast</a> - </li>
|
||||
<li>Added <a href="/constructor/channelAdminLogEventActionStartGroupCall">channelAdminLogEventActionStartGroupCall</a> - A group call was started</li>
|
||||
|
|
|
@ -126,7 +126,7 @@
|
|||
<tr>
|
||||
<td><strong>pending_reset_date</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.5?<a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>The 2FA password will be automatically removed at this date, unless the user cancels the operation</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>account.resetPasswordRequestedWait</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
until_date
|
||||
int
|
||||
|
||||
Type
|
||||
account.ResetPasswordResult">
|
||||
<meta property="description" content="You already requested a password reset, please wait until the specified date before retrying the reset.">
|
||||
<meta property="og:title" content="account.resetPasswordRequestedWait">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
until_date
|
||||
int
|
||||
|
||||
Type
|
||||
account.ResetPasswordResult">
|
||||
<meta property="og:description" content="You already requested a password reset, please wait until the specified date before retrying the reset.">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -55,7 +39,8 @@ account.ResetPasswordResult">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/account.resetPasswordRequestedWait" >account.resetPasswordRequestedWait</a></li></ul></div>
|
||||
<h1 id="dev_page_title">account.resetPasswordRequestedWait</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>You already requested a password reset, please wait until the specified date before retrying the reset.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -81,7 +66,7 @@ account.ResetPasswordResult">
|
|||
<tr>
|
||||
<td><strong>until_date</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Wait until this date before retrying the reset</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>botCommandScopeChatAdmins</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
BotCommandScope">
|
||||
<meta property="description" content="The specified bot commands will be valid only for chat administrators, in all groups and supergroups.">
|
||||
<meta property="og:title" content="botCommandScopeChatAdmins">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
BotCommandScope">
|
||||
<meta property="og:description" content="The specified bot commands will be valid only for chat administrators, in all groups and supergroups.">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -45,7 +39,8 @@ BotCommandScope">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/botCommandScopeChatAdmins" >botCommandScopeChatAdmins</a></li></ul></div>
|
||||
<h1 id="dev_page_title">botCommandScopeChatAdmins</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The specified bot commands will be valid only for chat administrators, in all <a href="/api/channel">groups and supergroups</a>.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -61,7 +56,10 @@ BotCommandScope">
|
|||
<h3><a class="anchor" href="#parameters" id="parameters" name="parameters"><i class="anchor-icon"></i></a>Parameters</h3>
|
||||
<p>This constructor does not require any parameters.</p>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/BotCommandScope">BotCommandScope</a></p></div>
|
||||
<p><a href="/type/BotCommandScope">BotCommandScope</a></p>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#channels" id="channels" name="channels"><i class="anchor-icon"></i></a><a href="/api/channel">Channels</a></h4>
|
||||
<p>How to handle channels, supergroups, groups, and what's the difference between them.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>botCommandScopeChats</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="The specified bot commands will be valid in all groups and supergroups">
|
||||
<meta property="description" content="The specified bot commands will be valid in all groups and supergroups.">
|
||||
<meta property="og:title" content="botCommandScopeChats">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="The specified bot commands will be valid in all groups and supergroups">
|
||||
<meta property="og:description" content="The specified bot commands will be valid in all groups and supergroups.">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -39,7 +39,7 @@
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/botCommandScopeChats" >botCommandScopeChats</a></li></ul></div>
|
||||
<h1 id="dev_page_title">botCommandScopeChats</h1>
|
||||
|
||||
<div id="dev_page_content"><p>The specified bot commands will be valid in all <a href="/api/channel">groups and supergroups</a></p>
|
||||
<div id="dev_page_content"><p>The specified bot commands will be valid in all <a href="/api/channel">groups and supergroups</a>.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>botCommandScopeDefault</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
BotCommandScope">
|
||||
<meta property="description" content="The commands will be valid in all dialogs">
|
||||
<meta property="og:title" content="botCommandScopeDefault">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
BotCommandScope">
|
||||
<meta property="og:description" content="The commands will be valid in all dialogs">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -45,7 +39,8 @@ BotCommandScope">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/botCommandScopeDefault" >botCommandScopeDefault</a></li></ul></div>
|
||||
<h1 id="dev_page_title">botCommandScopeDefault</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The commands will be valid in all dialogs</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>botCommandScopePeer</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
InputPeer
|
||||
|
||||
Type
|
||||
BotCommandScope">
|
||||
<meta property="description" content="The specified bot commands will be valid only in a specific dialog.">
|
||||
<meta property="og:title" content="botCommandScopePeer">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
InputPeer
|
||||
|
||||
Type
|
||||
BotCommandScope">
|
||||
<meta property="og:description" content="The specified bot commands will be valid only in a specific dialog.">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -55,7 +39,8 @@ BotCommandScope">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/botCommandScopePeer" >botCommandScopePeer</a></li></ul></div>
|
||||
<h1 id="dev_page_title">botCommandScopePeer</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The specified bot commands will be valid only in a specific dialog.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -81,7 +66,7 @@ BotCommandScope">
|
|||
<tr>
|
||||
<td><strong>peer</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/InputPeer">InputPeer</a></td>
|
||||
<td> </td>
|
||||
<td>The dialog</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>botCommandScopePeerAdmins</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
InputPeer
|
||||
|
||||
Type
|
||||
BotCommandScope">
|
||||
<meta property="description" content="The specified bot commands will be valid for all admins of the specified group or supergroup.">
|
||||
<meta property="og:title" content="botCommandScopePeerAdmins">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
InputPeer
|
||||
|
||||
Type
|
||||
BotCommandScope">
|
||||
<meta property="og:description" content="The specified bot commands will be valid for all admins of the specified group or supergroup.">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -55,7 +39,8 @@ BotCommandScope">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/botCommandScopePeerAdmins" >botCommandScopePeerAdmins</a></li></ul></div>
|
||||
<h1 id="dev_page_title">botCommandScopePeerAdmins</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The specified bot commands will be valid for all admins of the specified <a href="/api/channel">group or supergroup</a>.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -81,12 +66,15 @@ BotCommandScope">
|
|||
<tr>
|
||||
<td><strong>peer</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/InputPeer">InputPeer</a></td>
|
||||
<td> </td>
|
||||
<td>The chat</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/BotCommandScope">BotCommandScope</a></p></div>
|
||||
<p><a href="/type/BotCommandScope">BotCommandScope</a></p>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#channels" id="channels" name="channels"><i class="anchor-icon"></i></a><a href="/api/channel">Channels</a></h4>
|
||||
<p>How to handle channels, supergroups, groups, and what's the difference between them.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,32 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>botCommandScopePeerUser</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
InputPeer
|
||||
|
||||
user_id
|
||||
InputUser
|
||||
|
||||
Type
|
||||
BotCommandScope">
|
||||
<meta property="description" content="The specified bot commands will be valid only for a specific user in the specified group or supergroup.">
|
||||
<meta property="og:title" content="botCommandScopePeerUser">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
InputPeer
|
||||
|
||||
user_id
|
||||
InputUser
|
||||
|
||||
Type
|
||||
BotCommandScope">
|
||||
<meta property="og:description" content="The specified bot commands will be valid only for a specific user in the specified group or supergroup.">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -61,7 +39,8 @@ BotCommandScope">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/botCommandScopePeerUser" >botCommandScopePeerUser</a></li></ul></div>
|
||||
<h1 id="dev_page_title">botCommandScopePeerUser</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The specified bot commands will be valid only for a specific user in the specified <a href="/api/channel">group or supergroup</a>.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -87,17 +66,20 @@ BotCommandScope">
|
|||
<tr>
|
||||
<td><strong>peer</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/InputPeer">InputPeer</a></td>
|
||||
<td> </td>
|
||||
<td>The chat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>user_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/InputUser">InputUser</a></td>
|
||||
<td> </td>
|
||||
<td>The user</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/BotCommandScope">BotCommandScope</a></p></div>
|
||||
<p><a href="/type/BotCommandScope">BotCommandScope</a></p>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#channels" id="channels" name="channels"><i class="anchor-icon"></i></a><a href="/api/channel">Channels</a></h4>
|
||||
<p>How to handle channels, supergroups, groups, and what's the difference between them.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>botCommandScopeUsers</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
BotCommandScope">
|
||||
<meta property="description" content="The specified bot commands will only be valid in all private chats with users.">
|
||||
<meta property="og:title" content="botCommandScopeUsers">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
BotCommandScope">
|
||||
<meta property="og:description" content="The specified bot commands will only be valid in all private chats with users.">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -45,7 +39,8 @@ BotCommandScope">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/botCommandScopeUsers" >botCommandScopeUsers</a></li></ul></div>
|
||||
<h1 id="dev_page_title">botCommandScopeUsers</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The specified bot commands will only be valid in all private chats with users.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>channelAdminLogEventActionExportedInviteDelete</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
invite
|
||||
ExportedChatInvite
|
||||
|
||||
Type
|
||||
ChannelAdminLogEventAction">
|
||||
<meta property="description" content="A chat invite was deleted">
|
||||
<meta property="og:title" content="channelAdminLogEventActionExportedInviteDelete">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
invite
|
||||
ExportedChatInvite
|
||||
|
||||
Type
|
||||
ChannelAdminLogEventAction">
|
||||
<meta property="og:description" content="A chat invite was deleted">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -55,7 +39,8 @@ ChannelAdminLogEventAction">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/channelAdminLogEventActionExportedInviteDelete" >channelAdminLogEventActionExportedInviteDelete</a></li></ul></div>
|
||||
<h1 id="dev_page_title">channelAdminLogEventActionExportedInviteDelete</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>A chat invite was deleted</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -81,7 +66,7 @@ ChannelAdminLogEventAction">
|
|||
<tr>
|
||||
<td><strong>invite</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/ExportedChatInvite">ExportedChatInvite</a></td>
|
||||
<td> </td>
|
||||
<td>The deleted chat invite</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,32 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>channelAdminLogEventActionExportedInviteEdit</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
prev_invite
|
||||
ExportedChatInvite
|
||||
|
||||
new_invite
|
||||
ExportedChatInvite
|
||||
|
||||
Type
|
||||
ChannelAdminLogEventAction">
|
||||
<meta property="description" content="A chat invite was edited">
|
||||
<meta property="og:title" content="channelAdminLogEventActionExportedInviteEdit">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
prev_invite
|
||||
ExportedChatInvite
|
||||
|
||||
new_invite
|
||||
ExportedChatInvite
|
||||
|
||||
Type
|
||||
ChannelAdminLogEventAction">
|
||||
<meta property="og:description" content="A chat invite was edited">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -61,7 +39,8 @@ ChannelAdminLogEventAction">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/channelAdminLogEventActionExportedInviteEdit" >channelAdminLogEventActionExportedInviteEdit</a></li></ul></div>
|
||||
<h1 id="dev_page_title">channelAdminLogEventActionExportedInviteEdit</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>A chat invite was edited</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -87,12 +66,12 @@ ChannelAdminLogEventAction">
|
|||
<tr>
|
||||
<td><strong>prev_invite</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/ExportedChatInvite">ExportedChatInvite</a></td>
|
||||
<td> </td>
|
||||
<td>Previous chat invite information</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>new_invite</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/ExportedChatInvite">ExportedChatInvite</a></td>
|
||||
<td> </td>
|
||||
<td>New chat invite information</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>channelAdminLogEventActionExportedInviteRevoke</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
invite
|
||||
ExportedChatInvite
|
||||
|
||||
Type
|
||||
ChannelAdminLogEventAction">
|
||||
<meta property="description" content="A specific invite link was revoked">
|
||||
<meta property="og:title" content="channelAdminLogEventActionExportedInviteRevoke">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
invite
|
||||
ExportedChatInvite
|
||||
|
||||
Type
|
||||
ChannelAdminLogEventAction">
|
||||
<meta property="og:description" content="A specific invite link was revoked">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -55,7 +39,8 @@ ChannelAdminLogEventAction">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/channelAdminLogEventActionExportedInviteRevoke" >channelAdminLogEventActionExportedInviteRevoke</a></li></ul></div>
|
||||
<h1 id="dev_page_title">channelAdminLogEventActionExportedInviteRevoke</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>A specific invite link was revoked</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -81,7 +66,7 @@ ChannelAdminLogEventAction">
|
|||
<tr>
|
||||
<td><strong>invite</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/ExportedChatInvite">ExportedChatInvite</a></td>
|
||||
<td> </td>
|
||||
<td>The invite link that was revoked</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>channelAdminLogEventActionParticipantJoinByInvite</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
invite
|
||||
ExportedChatInvite
|
||||
|
||||
Type
|
||||
ChannelAdminLogEventAction">
|
||||
<meta property="description" content="A user joined the supergroup/channel using a specific invite link">
|
||||
<meta property="og:title" content="channelAdminLogEventActionParticipantJoinByInvite">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
invite
|
||||
ExportedChatInvite
|
||||
|
||||
Type
|
||||
ChannelAdminLogEventAction">
|
||||
<meta property="og:description" content="A user joined the supergroup/channel using a specific invite link">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -55,7 +39,8 @@ ChannelAdminLogEventAction">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/channelAdminLogEventActionParticipantJoinByInvite" >channelAdminLogEventActionParticipantJoinByInvite</a></li></ul></div>
|
||||
<h1 id="dev_page_title">channelAdminLogEventActionParticipantJoinByInvite</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>A user joined the <a href="/api/channel">supergroup/channel</a> using a specific invite link</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -81,12 +66,15 @@ ChannelAdminLogEventAction">
|
|||
<tr>
|
||||
<td><strong>invite</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/ExportedChatInvite">ExportedChatInvite</a></td>
|
||||
<td> </td>
|
||||
<td>The invite link used to join the <a href="/api/channel">supergroup/channel</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/ChannelAdminLogEventAction">ChannelAdminLogEventAction</a></p></div>
|
||||
<p><a href="/type/ChannelAdminLogEventAction">ChannelAdminLogEventAction</a></p>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#channels" id="channels" name="channels"><i class="anchor-icon"></i></a><a href="/api/channel">Channels</a></h4>
|
||||
<p>How to handle channels, supergroups, groups, and what's the difference between them.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -126,22 +126,22 @@
|
|||
<tr>
|
||||
<td><strong>call</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.12?<a href="/type/InputGroupCall">InputGroupCall</a></td>
|
||||
<td> </td>
|
||||
<td>Group call information</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>ttl_period</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.14?<a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Time-To-Live of messages sent by the current user to this chat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>groupcall_default_join_as</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.15?<a href="/type/Peer">Peer</a></td>
|
||||
<td> </td>
|
||||
<td>When using <a href="/method/phone.getGroupCallJoinAs">phone.getGroupCallJoinAs</a> to get a list of peers that can be used to join a group call, this field indicates the peer that should be selected by default.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>theme_emoticon</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.16?<a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Emoji representing a specific chat theme</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -153,7 +153,8 @@
|
|||
<h4><a class="anchor" href="#pinned-messages" id="pinned-messages" name="pinned-messages"><i class="anchor-icon"></i></a><a href="/api/pin">Pinned messages</a></h4>
|
||||
<p>Telegram allows pinning multiple messages on top of a specific chat.</p>
|
||||
<h4><a class="anchor" href="#folders" id="folders" name="folders"><i class="anchor-icon"></i></a><a href="/api/folders">Folders</a></h4>
|
||||
<p>Telegram allows placing chats into folders, based on their type, mute status, or other custom criteria, thanks to folder blacklists and whitelists.</p></div>
|
||||
<p>Telegram allows placing chats into folders, based on their type, mute status, or other custom criteria, thanks to folder blacklists and whitelists.</p>
|
||||
<h4><a class="anchor" href="#phonegetgroupcalljoinas" id="phonegetgroupcalljoinas" name="phonegetgroupcalljoinas"><i class="anchor-icon"></i></a><a href="/method/phone.getGroupCallJoinAs">phone.getGroupCallJoinAs</a></h4></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<tr>
|
||||
<td><strong>schedule_start_subscribed</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.8?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Whether we subscribed to the scheduled call</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>can_start_video</strong></td>
|
||||
|
@ -121,7 +121,7 @@
|
|||
<tr>
|
||||
<td><strong>stream_dc_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.4?<a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>DC ID to be used for livestream chunks</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>record_start_date</strong></td>
|
||||
|
|
|
@ -4,38 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>groupCallDiscarded</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
id
|
||||
long
|
||||
|
||||
access_hash
|
||||
long
|
||||
|
||||
duration
|
||||
int
|
||||
|
||||
Type
|
||||
GroupCall">
|
||||
<meta property="description" content="An ended group call">
|
||||
<meta property="og:title" content="groupCallDiscarded">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
id
|
||||
long
|
||||
|
||||
access_hash
|
||||
long
|
||||
|
||||
duration
|
||||
int
|
||||
|
||||
Type
|
||||
GroupCall">
|
||||
<meta property="og:description" content="An ended group call">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -67,7 +39,8 @@ GroupCall">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/groupCallDiscarded" >groupCallDiscarded</a></li></ul></div>
|
||||
<h1 id="dev_page_title">groupCallDiscarded</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>An ended group call</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -93,17 +66,17 @@ GroupCall">
|
|||
<tr>
|
||||
<td><strong>id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td>Group call ID</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>access_hash</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td>Group call access hash</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>duration</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Group call duration</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,32 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>groupCallParticipantVideoSourceGroup</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
semantics
|
||||
string
|
||||
|
||||
sources
|
||||
Vector<int>
|
||||
|
||||
Type
|
||||
GroupCallParticipantVideoSourceGroup">
|
||||
<meta property="description" content="Describes a group of video synchronization source identifiers">
|
||||
<meta property="og:title" content="groupCallParticipantVideoSourceGroup">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
semantics
|
||||
string
|
||||
|
||||
sources
|
||||
Vector<int>
|
||||
|
||||
Type
|
||||
GroupCallParticipantVideoSourceGroup">
|
||||
<meta property="og:description" content="Describes a group of video synchronization source identifiers">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -61,7 +39,8 @@ GroupCallParticipantVideoSourceGroup">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/groupCallParticipantVideoSourceGroup" >groupCallParticipantVideoSourceGroup</a></li></ul></div>
|
||||
<h1 id="dev_page_title">groupCallParticipantVideoSourceGroup</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Describes a group of video synchronization source identifiers</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -87,12 +66,12 @@ GroupCallParticipantVideoSourceGroup">
|
|||
<tr>
|
||||
<td><strong>semantics</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>SDP semantics</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>sources</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/int">int</a>></td>
|
||||
<td> </td>
|
||||
<td>Source IDs</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>inlineQueryPeerTypeChat</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
InlineQueryPeerType">
|
||||
<meta property="description" content="The inline query was set from a chat">
|
||||
<meta property="og:title" content="inlineQueryPeerTypeChat">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
InlineQueryPeerType">
|
||||
<meta property="og:description" content="The inline query was set from a chat">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -45,7 +39,8 @@ InlineQueryPeerType">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/inlineQueryPeerTypeChat" >inlineQueryPeerTypeChat</a></li></ul></div>
|
||||
<h1 id="dev_page_title">inlineQueryPeerTypeChat</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The inline query was set from a <a href="/api/channel">chat</a></p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -61,7 +56,10 @@ InlineQueryPeerType">
|
|||
<h3><a class="anchor" href="#parameters" id="parameters" name="parameters"><i class="anchor-icon"></i></a>Parameters</h3>
|
||||
<p>This constructor does not require any parameters.</p>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/InlineQueryPeerType">InlineQueryPeerType</a></p></div>
|
||||
<p><a href="/type/InlineQueryPeerType">InlineQueryPeerType</a></p>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#channels" id="channels" name="channels"><i class="anchor-icon"></i></a><a href="/api/channel">Channels</a></h4>
|
||||
<p>How to handle channels, supergroups, groups, and what's the difference between them.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>inlineQueryPeerTypePM</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
InlineQueryPeerType">
|
||||
<meta property="description" content="The inline query was sent in a private chat">
|
||||
<meta property="og:title" content="inlineQueryPeerTypePM">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
InlineQueryPeerType">
|
||||
<meta property="og:description" content="The inline query was sent in a private chat">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -45,7 +39,8 @@ InlineQueryPeerType">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/inlineQueryPeerTypePM" >inlineQueryPeerTypePM</a></li></ul></div>
|
||||
<h1 id="dev_page_title">inlineQueryPeerTypePM</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The inline query was sent in a private chat</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>inlineQueryPeerTypeSameBotPM</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
InlineQueryPeerType">
|
||||
<meta property="description" content="The inline query was sent in a private chat with the bot itself">
|
||||
<meta property="og:title" content="inlineQueryPeerTypeSameBotPM">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
InlineQueryPeerType">
|
||||
<meta property="og:description" content="The inline query was sent in a private chat with the bot itself">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -45,7 +39,8 @@ InlineQueryPeerType">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/inlineQueryPeerTypeSameBotPM" >inlineQueryPeerTypeSameBotPM</a></li></ul></div>
|
||||
<h1 id="dev_page_title">inlineQueryPeerTypeSameBotPM</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The inline query was sent in a private chat with the bot itself</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,38 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>inputBotInlineMessageMediaInvoice</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
title
|
||||
string
|
||||
|
||||
description
|
||||
string
|
||||
|
||||
photo
|
||||
fl…">
|
||||
<meta property="description" content="An invoice">
|
||||
<meta property="og:title" content="inputBotInlineMessageMediaInvoice">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
title
|
||||
string
|
||||
|
||||
description
|
||||
string
|
||||
|
||||
photo
|
||||
fl…">
|
||||
<meta property="og:description" content="An invoice">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -67,7 +39,8 @@ fl…">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/inputBotInlineMessageMediaInvoice" >inputBotInlineMessageMediaInvoice</a></li></ul></div>
|
||||
<h1 id="dev_page_title">inputBotInlineMessageMediaInvoice</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>An invoice</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -98,42 +71,42 @@ fl…">
|
|||
<tr>
|
||||
<td><strong>title</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Product name, 1-32 characters</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>description</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Product description, 1-255 characters</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>photo</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/InputWebDocument">InputWebDocument</a></td>
|
||||
<td> </td>
|
||||
<td>Invoice photo</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>invoice</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Invoice">Invoice</a></td>
|
||||
<td> </td>
|
||||
<td>The invoice</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>payload</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/bytes">bytes</a></td>
|
||||
<td> </td>
|
||||
<td>Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use for your internal processes.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>provider</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>Payments provider token, obtained via <a href="https://t.me/botfather">Botfather</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>provider_data</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/DataJSON">DataJSON</a></td>
|
||||
<td> </td>
|
||||
<td>A JSON-serialized object for data about the invoice, which will be shared with the payment provider. A detailed description of the required fields should be provided by the payment provider.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>reply_markup</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/type/ReplyMarkup">ReplyMarkup</a></td>
|
||||
<td> </td>
|
||||
<td>Inline keyboard</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,38 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>inputGroupCallStream</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
call
|
||||
InputGroupCall
|
||||
|
||||
time_ms
|
||||
long
|
||||
|
||||
scale
|
||||
int…">
|
||||
<meta property="description" content="Chunk of a livestream">
|
||||
<meta property="og:title" content="inputGroupCallStream">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
call
|
||||
InputGroupCall
|
||||
|
||||
time_ms
|
||||
long
|
||||
|
||||
scale
|
||||
int…">
|
||||
<meta property="og:description" content="Chunk of a livestream">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -67,7 +39,8 @@ int…">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/inputGroupCallStream" >inputGroupCallStream</a></li></ul></div>
|
||||
<h1 id="dev_page_title">inputGroupCallStream</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Chunk of a livestream</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -98,12 +71,12 @@ int…">
|
|||
<tr>
|
||||
<td><strong>call</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/InputGroupCall">InputGroupCall</a></td>
|
||||
<td> </td>
|
||||
<td>Livestream info</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>time_ms</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td>Timestamp in milliseconds</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>scale</strong></td>
|
||||
|
@ -113,12 +86,12 @@ int…">
|
|||
<tr>
|
||||
<td><strong>video_channel</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Selected video channel</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>video_quality</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Selected video quality (0 = lowest, 1 = medium, 2 = best)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>inputPaymentCredentialsGooglePay</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
payment_token
|
||||
DataJSON
|
||||
|
||||
Type
|
||||
InputPaymentCredentials">
|
||||
<meta property="description" content="Google Pay payment credentials">
|
||||
<meta property="og:title" content="inputPaymentCredentialsGooglePay">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
payment_token
|
||||
DataJSON
|
||||
|
||||
Type
|
||||
InputPaymentCredentials">
|
||||
<meta property="og:description" content="Google Pay payment credentials">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -55,7 +39,8 @@ InputPaymentCredentials">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/inputPaymentCredentialsGooglePay" >inputPaymentCredentialsGooglePay</a></li></ul></div>
|
||||
<h1 id="dev_page_title">inputPaymentCredentialsGooglePay</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Google Pay payment credentials</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -81,7 +66,7 @@ InputPaymentCredentials">
|
|||
<tr>
|
||||
<td><strong>payment_token</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/DataJSON">DataJSON</a></td>
|
||||
<td> </td>
|
||||
<td>Payment token</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
<tr>
|
||||
<td><strong>thumb_version</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Thumbnail version</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,44 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.affectedFoundMessages</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
pts
|
||||
int
|
||||
|
||||
pts_count
|
||||
int
|
||||
|
||||
offset
|
||||
int
|
||||
|
||||
messages
|
||||
Vector<int>
|
||||
|
||||
Type
|
||||
messages.AffectedFoundMessages">
|
||||
<meta property="description" content="Messages found and affected by changes">
|
||||
<meta property="og:title" content="messages.affectedFoundMessages">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
pts
|
||||
int
|
||||
|
||||
pts_count
|
||||
int
|
||||
|
||||
offset
|
||||
int
|
||||
|
||||
messages
|
||||
Vector<int>
|
||||
|
||||
Type
|
||||
messages.AffectedFoundMessages">
|
||||
<meta property="og:description" content="Messages found and affected by changes">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -73,7 +39,8 @@ messages.AffectedFoundMessages">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/messages.affectedFoundMessages" >messages.affectedFoundMessages</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.affectedFoundMessages</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Messages found and affected by changes</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -99,27 +66,30 @@ messages.AffectedFoundMessages">
|
|||
<tr>
|
||||
<td><strong>pts</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/updates">Event count after generation</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>pts_count</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/updates">Number of events that were generated</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>offset</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>If bigger than zero, the request must be repeated to remove more messages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>messages</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/int">int</a>></td>
|
||||
<td> </td>
|
||||
<td>Affected message IDs</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/messages.AffectedFoundMessages">messages.AffectedFoundMessages</a></p></div>
|
||||
<p><a href="/type/messages.AffectedFoundMessages">messages.AffectedFoundMessages</a></p>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#working-with-updates" id="working-with-updates" name="working-with-updates"><i class="anchor-icon"></i></a><a href="/api/updates">Working with Updates</a></h4>
|
||||
<p>How to subscribe to updates and handle them properly.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,38 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.chatInviteImporters</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
count
|
||||
int
|
||||
|
||||
importers
|
||||
Vector<ChatInviteImporter>
|
||||
|
||||
users
|
||||
Vector<User>
|
||||
|
||||
Type
|
||||
messages…">
|
||||
<meta property="description" content="Info about the users that joined the chat using a specific chat invite">
|
||||
<meta property="og:title" content="messages.chatInviteImporters">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
count
|
||||
int
|
||||
|
||||
importers
|
||||
Vector<ChatInviteImporter>
|
||||
|
||||
users
|
||||
Vector<User>
|
||||
|
||||
Type
|
||||
messages…">
|
||||
<meta property="og:description" content="Info about the users that joined the chat using a specific chat invite">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -67,7 +39,8 @@ messages…">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/messages.chatInviteImporters" >messages.chatInviteImporters</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.chatInviteImporters</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Info about the users that joined the chat using a specific chat invite</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -93,17 +66,17 @@ messages…">
|
|||
<tr>
|
||||
<td><strong>count</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Number of users that joined</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>importers</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/ChatInviteImporter">ChatInviteImporter</a>></td>
|
||||
<td> </td>
|
||||
<td>The users that joined</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>users</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/User">User</a>></td>
|
||||
<td> </td>
|
||||
<td>The users that joined</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,36 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.exportedChatInviteReplaced</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
invite
|
||||
ExportedChatInvite
|
||||
|
||||
new_invite
|
||||
ExportedChatInvite
|
||||
|
||||
users
|
||||
Vector<User>
|
||||
|
||||
Type…">
|
||||
<meta property="description" content="The specified chat invite was replaced with another one">
|
||||
<meta property="og:title" content="messages.exportedChatInviteReplaced">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
invite
|
||||
ExportedChatInvite
|
||||
|
||||
new_invite
|
||||
ExportedChatInvite
|
||||
|
||||
users
|
||||
Vector<User>
|
||||
|
||||
Type…">
|
||||
<meta property="og:description" content="The specified chat invite was replaced with another one">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -65,7 +39,8 @@ Type…">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/messages.exportedChatInviteReplaced" >messages.exportedChatInviteReplaced</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.exportedChatInviteReplaced</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The specified chat invite was replaced with another one</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -91,17 +66,17 @@ Type…">
|
|||
<tr>
|
||||
<td><strong>invite</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/ExportedChatInvite">ExportedChatInvite</a></td>
|
||||
<td> </td>
|
||||
<td>The replaced chat invite</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>new_invite</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/ExportedChatInvite">ExportedChatInvite</a></td>
|
||||
<td> </td>
|
||||
<td>The invite that replaces the previous invite</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>users</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/User">User</a>></td>
|
||||
<td> </td>
|
||||
<td>Mentioned users</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,38 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.exportedChatInvites</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
count
|
||||
int
|
||||
|
||||
invites
|
||||
Vector<ExportedChatInvite>
|
||||
|
||||
users
|
||||
Vector<User>
|
||||
|
||||
Type
|
||||
messages.E…">
|
||||
<meta property="description" content="Info about chat invites exported by a certain admin.">
|
||||
<meta property="og:title" content="messages.exportedChatInvites">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
count
|
||||
int
|
||||
|
||||
invites
|
||||
Vector<ExportedChatInvite>
|
||||
|
||||
users
|
||||
Vector<User>
|
||||
|
||||
Type
|
||||
messages.E…">
|
||||
<meta property="og:description" content="Info about chat invites exported by a certain admin.">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -67,7 +39,8 @@ messages.E…">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/messages.exportedChatInvites" >messages.exportedChatInvites</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.exportedChatInvites</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Info about chat invites exported by a certain admin.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -93,17 +66,17 @@ messages.E…">
|
|||
<tr>
|
||||
<td><strong>count</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Number of invites exported by the admin</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>invites</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/ExportedChatInvite">ExportedChatInvite</a>></td>
|
||||
<td> </td>
|
||||
<td>Exported invites</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>users</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/User">User</a>></td>
|
||||
<td> </td>
|
||||
<td>Info about the admin</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.historyImport</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
id
|
||||
long
|
||||
|
||||
Type
|
||||
messages.HistoryImport">
|
||||
<meta property="description" content="ID of a specific chat import session">
|
||||
<meta property="og:title" content="messages.historyImport">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
id
|
||||
long
|
||||
|
||||
Type
|
||||
messages.HistoryImport">
|
||||
<meta property="og:description" content="ID of a specific chat import session">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -55,7 +39,8 @@ messages.HistoryImport">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/messages.historyImport" >messages.historyImport</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.historyImport</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>ID of a specific chat import session</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -81,7 +66,7 @@ messages.HistoryImport">
|
|||
<tr>
|
||||
<td><strong>id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td>History import ID</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,38 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.sponsoredMessages</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
messages
|
||||
Vector<SponsoredMessage>
|
||||
|
||||
chats
|
||||
Vector<Chat>
|
||||
|
||||
users
|
||||
Vector<User>
|
||||
|
||||
Type
|
||||
me…">
|
||||
<meta property="description" content="A set of sponsored messages associated to a channel">
|
||||
<meta property="og:title" content="messages.sponsoredMessages">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
messages
|
||||
Vector<SponsoredMessage>
|
||||
|
||||
chats
|
||||
Vector<Chat>
|
||||
|
||||
users
|
||||
Vector<User>
|
||||
|
||||
Type
|
||||
me…">
|
||||
<meta property="og:description" content="A set of sponsored messages associated to a channel">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -67,7 +39,8 @@ me…">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/messages.sponsoredMessages" >messages.sponsoredMessages</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.sponsoredMessages</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>A set of sponsored messages associated to a channel</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -93,17 +66,17 @@ me…">
|
|||
<tr>
|
||||
<td><strong>messages</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/SponsoredMessage">SponsoredMessage</a>></td>
|
||||
<td> </td>
|
||||
<td>Sponsored messages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>chats</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/Chat">Chat</a>></td>
|
||||
<td> </td>
|
||||
<td>Chats mentioned in the sponsored messages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>users</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/User">User</a>></td>
|
||||
<td> </td>
|
||||
<td>Users mentioned in the sponsored messages</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<tr>
|
||||
<td><strong>invite_members</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.8?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Whether we can invite members to a <a href="/api/channel">group or channel</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>geo_distance</strong></td>
|
||||
|
@ -119,7 +119,9 @@
|
|||
<p><a href="/type/PeerSettings">PeerSettings</a></p>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#globalprivacysettings" id="globalprivacysettings" name="globalprivacysettings"><i class="anchor-icon"></i></a><a href="/constructor/globalPrivacySettings">globalPrivacySettings</a></h4>
|
||||
<p>Global privacy settings</p></div>
|
||||
<p>Global privacy settings</p>
|
||||
<h4><a class="anchor" href="#channels" id="channels" name="channels"><i class="anchor-icon"></i></a><a href="/api/channel">Channels</a></h4>
|
||||
<p>How to handle channels, supergroups, groups, and what's the difference between them.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>sendMessageChooseStickerAction</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
SendMessageAction">
|
||||
<meta property="description" content="User is choosing a sticker">
|
||||
<meta property="og:title" content="sendMessageChooseStickerAction">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
SendMessageAction">
|
||||
<meta property="og:description" content="User is choosing a sticker">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -45,7 +39,8 @@ SendMessageAction">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/sendMessageChooseStickerAction" >sendMessageChooseStickerAction</a></li></ul></div>
|
||||
<h1 id="dev_page_title">sendMessageChooseStickerAction</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>User is choosing a sticker</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>sendMessageHistoryImportAction</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
progress
|
||||
int
|
||||
|
||||
Type
|
||||
SendMessageAction">
|
||||
<meta property="description" content="Chat history is being imported">
|
||||
<meta property="og:title" content="sendMessageHistoryImportAction">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
progress
|
||||
int
|
||||
|
||||
Type
|
||||
SendMessageAction">
|
||||
<meta property="og:description" content="Chat history is being imported">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -55,7 +39,8 @@ SendMessageAction">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/sendMessageHistoryImportAction" >sendMessageHistoryImportAction</a></li></ul></div>
|
||||
<h1 id="dev_page_title">sendMessageHistoryImportAction</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Chat history is being imported</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -81,7 +66,7 @@ SendMessageAction">
|
|||
<tr>
|
||||
<td><strong>progress</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Progress percentage</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
<tr>
|
||||
<td><strong>invite</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/type/ExportedChatInvite">ExportedChatInvite</a></td>
|
||||
<td> </td>
|
||||
<td>Chat invite used to join the <a href="/api/channel">channel/supergroup</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>qts</strong></td>
|
||||
|
@ -113,10 +113,10 @@
|
|||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/Update">Update</a></p>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#working-with-updates" id="working-with-updates" name="working-with-updates"><i class="anchor-icon"></i></a><a href="/api/updates">Working with Updates</a></h4>
|
||||
<p>How to subscribe to updates and handle them properly.</p>
|
||||
<h4><a class="anchor" href="#channels" id="channels" name="channels"><i class="anchor-icon"></i></a><a href="/api/channel">Channels</a></h4>
|
||||
<p>How to handle channels, supergroups, groups, and what's the difference between them.</p></div>
|
||||
<p>How to handle channels, supergroups, groups, and what's the difference between them.</p>
|
||||
<h4><a class="anchor" href="#working-with-updates" id="working-with-updates" name="working-with-updates"><i class="anchor-icon"></i></a><a href="/api/updates">Working with Updates</a></h4>
|
||||
<p>How to subscribe to updates and handle them properly.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,42 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>updateChatParticipant</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
chat_id
|
||||
long
|
||||
|
||||
date
|
||||
int
|
||||
|
||||
actor_id
|
||||
long
|
||||
|
||||
user_id…">
|
||||
<meta property="description" content="A user has joined or left a specific chat">
|
||||
<meta property="og:title" content="updateChatParticipant">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
chat_id
|
||||
long
|
||||
|
||||
date
|
||||
int
|
||||
|
||||
actor_id
|
||||
long
|
||||
|
||||
user_id…">
|
||||
<meta property="og:description" content="A user has joined or left a specific chat">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -71,7 +39,8 @@ user_id…">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/updateChatParticipant" >updateChatParticipant</a></li></ul></div>
|
||||
<h1 id="dev_page_title">updateChatParticipant</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>A user has joined or left a specific chat</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -102,12 +71,12 @@ user_id…">
|
|||
<tr>
|
||||
<td><strong>chat_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/channel">Chat</a> ID</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>date</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>When did this event occur</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>actor_id</strong></td>
|
||||
|
@ -122,17 +91,17 @@ user_id…">
|
|||
<tr>
|
||||
<td><strong>prev_participant</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/ChatParticipant">ChatParticipant</a></td>
|
||||
<td> </td>
|
||||
<td>Previous participant info (empty if this participant just joined)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>new_participant</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/type/ChatParticipant">ChatParticipant</a></td>
|
||||
<td> </td>
|
||||
<td>New participant info (empty if this participant just left)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>invite</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/type/ExportedChatInvite">ExportedChatInvite</a></td>
|
||||
<td> </td>
|
||||
<td>The invite that was used to join the group</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>qts</strong></td>
|
||||
|
@ -142,7 +111,10 @@ user_id…">
|
|||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/Update">Update</a></p></div>
|
||||
<p><a href="/type/Update">Update</a></p>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#channels" id="channels" name="channels"><i class="anchor-icon"></i></a><a href="/api/channel">Channels</a></h4>
|
||||
<p>How to handle channels, supergroups, groups, and what's the difference between them.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,34 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>updateGroupCallConnection</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
presentation
|
||||
flags.0?true
|
||||
|
||||
params
|
||||
DataJSON
|
||||
…">
|
||||
<meta property="description" content="New WebRTC parameters">
|
||||
<meta property="og:title" content="updateGroupCallConnection">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
presentation
|
||||
flags.0?true
|
||||
|
||||
params
|
||||
DataJSON
|
||||
…">
|
||||
<meta property="og:description" content="New WebRTC parameters">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -63,7 +39,8 @@ DataJSON
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/updateGroupCallConnection" >updateGroupCallConnection</a></li></ul></div>
|
||||
<h1 id="dev_page_title">updateGroupCallConnection</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>New WebRTC parameters</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -94,12 +71,12 @@ DataJSON
|
|||
<tr>
|
||||
<td><strong>presentation</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Are these parameters related to the screen capture session currently in progress?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>params</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/DataJSON">DataJSON</a></td>
|
||||
<td> </td>
|
||||
<td>WebRTC parameters</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,38 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>updatePeerHistoryTTL</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
peer
|
||||
Peer
|
||||
|
||||
ttl_period
|
||||
flags.0?int
|
||||
|
||||
Type
|
||||
Update">
|
||||
<meta property="description" content="The Time-To-Live for messages sent by the current user in a specific chat has changed">
|
||||
<meta property="og:title" content="updatePeerHistoryTTL">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
peer
|
||||
Peer
|
||||
|
||||
ttl_period
|
||||
flags.0?int
|
||||
|
||||
Type
|
||||
Update">
|
||||
<meta property="og:description" content="The Time-To-Live for messages sent by the current user in a specific chat has changed">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -67,7 +39,8 @@ Update">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/updatePeerHistoryTTL" >updatePeerHistoryTTL</a></li></ul></div>
|
||||
<h1 id="dev_page_title">updatePeerHistoryTTL</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>The Time-To-Live for messages sent by the current user in a specific chat has changed</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -98,12 +71,12 @@ Update">
|
|||
<tr>
|
||||
<td><strong>peer</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Peer">Peer</a></td>
|
||||
<td> </td>
|
||||
<td>The chat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>ttl_period</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>The new Time-To-Live</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -104,6 +104,11 @@
|
|||
<td>PHONE_NUMBER_INVALID</td>
|
||||
<td>The phone number is invalid.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>406</td>
|
||||
<td>SEND_CODE_UNAVAILABLE</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
|
|
|
@ -142,6 +142,11 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
<td>PEER_ID_INVALID</td>
|
||||
<td>The provided peer id is invalid.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
<td>PINNED_DIALOGS_TOO_MUCH</td>
|
||||
<td>Too many pinned dialogs.</td>
|
||||
</tr>
|
||||
|
|
|
@ -101,6 +101,11 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
<td>CHANNEL_INVALID</td>
|
||||
<td>The provided channel is invalid.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>400</td>
|
||||
<td>CHAT_ADMIN_REQUIRED</td>
|
||||
<td>You must be an admin in this chat to do this.</td>
|
||||
</tr>
|
||||
|
|
|
@ -72,6 +72,10 @@
|
|||
<td>Report a peer for violation of telegram's Terms of Service</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.reportProfilePhoto">account.reportProfilePhoto</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/channels.reportSpam">channels.reportSpam</a></td>
|
||||
<td>Reports some messages from a user in a supergroup as spam; requires administrator rights in the supergroup</td>
|
||||
</tr>
|
||||
|
@ -220,6 +224,14 @@
|
|||
<td>Try logging to an account protected by a <a href="/api/srp">2FA password</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.resetPassword">account.resetPassword</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/auth.checkRecoveryPassword">auth.checkRecoveryPassword</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/auth.dropTempAuthKeys">auth.dropTempAuthKeys</a></td>
|
||||
<td>Delete all temporary authorization keys <strong>except for</strong> the ones specified</td>
|
||||
</tr>
|
||||
|
@ -480,6 +492,10 @@
|
|||
<td><a href="/method/phone.setCallRating">phone.setCallRating</a></td>
|
||||
<td>Rate a call</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.deletePhoneCallHistory">messages.deletePhoneCallHistory</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-channelssupergroupsgeogroups" id="working-with-channelssupergroupsgeogroups" name="working-with-channelssupergroupsgeogroups"><i class="anchor-icon"></i></a>Working with <a href="/api/channel">channels/supergroups/geogroups</a></h3>
|
||||
|
@ -631,6 +647,10 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getMessageReadParticipants">messages.getMessageReadParticipants</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.addChatUser">messages.addChatUser</a></td>
|
||||
<td>Adds a user to a chat and sends a service message on it.</td>
|
||||
</tr>
|
||||
|
@ -711,9 +731,25 @@
|
|||
<td>Import a chat invite and join a private chat/supergroup/channel</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getExportedChatInvite">messages.getExportedChatInvite</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.editExportedChatInvite">messages.editExportedChatInvite</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getExportedChatInvites">messages.getExportedChatInvites</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.migrateChat">messages.migrateChat</a></td>
|
||||
<td>Turn a <a href="/api/channel">legacy group into a supergroup</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/channels.convertToGigagroup">channels.convertToGigagroup</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-deep-links" id="working-with-deep-links" name="working-with-deep-links"><i class="anchor-icon"></i></a>Working with <a href="/bots#deep-linking">deep links</a></h3>
|
||||
|
@ -1076,6 +1112,10 @@
|
|||
<td><a href="/method/account.getChatThemes">account.getChatThemes</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.setChatTheme">messages.setChatTheme</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-contacts-and-top-peers" id="working-with-contacts-and-top-peers" name="working-with-contacts-and-top-peers"><i class="anchor-icon"></i></a>Working with contacts and <a href="/api/top-rating">top peers</a></h3>
|
||||
|
@ -1241,6 +1281,10 @@
|
|||
<td><a href="/method/messages.setTyping">messages.setTyping</a></td>
|
||||
<td>Sends a current user typing event (see <a href="/type/SendMessageAction">SendMessageAction</a> for all event types) to a conversation partner or group.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.setHistoryTTL">messages.setHistoryTTL</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-drafts" id="working-with-drafts" name="working-with-drafts"><i class="anchor-icon"></i></a>Working with drafts</h3>
|
||||
|
@ -1396,6 +1440,50 @@
|
|||
<td><a href="/method/phone.createGroupCall">phone.createGroupCall</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.toggleGroupCallStartSubscription">phone.toggleGroupCallStartSubscription</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.leaveGroupCall">phone.leaveGroupCall</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.toggleGroupCallSettings">phone.toggleGroupCallSettings</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.inviteToGroupCall">phone.inviteToGroupCall</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.getGroupCall">phone.getGroupCall</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.joinGroupCall">phone.joinGroupCall</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.leaveGroupCallPresentation">phone.leaveGroupCallPresentation</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.discardGroupCall">phone.discardGroupCall</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.joinGroupCallPresentation">phone.joinGroupCallPresentation</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.startScheduledGroupCall">phone.startScheduledGroupCall</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.saveDefaultGroupCallJoinAs">phone.saveDefaultGroupCallJoinAs</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-imported-chats" id="working-with-imported-chats" name="working-with-imported-chats"><i class="anchor-icon"></i></a>Working with imported chats</h3>
|
||||
|
@ -1408,6 +1496,14 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/messages.uploadImportedMedia">messages.uploadImportedMedia</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.startHistoryImport">messages.startHistoryImport</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.checkHistoryImportPeer">messages.checkHistoryImportPeer</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
@ -1794,6 +1890,25 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-sponsored-messages" id="working-with-sponsored-messages" name="working-with-sponsored-messages"><i class="anchor-icon"></i></a>Working with sponsored messages</h3>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/channels.getSponsoredMessages">channels.getSponsoredMessages</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/channels.viewSponsoredMessage">channels.viewSponsoredMessage</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-sponsored-proxies" id="working-with-sponsored-proxies" name="working-with-sponsored-proxies"><i class="anchor-icon"></i></a>Working with sponsored proxies</h3>
|
||||
<table class="table">
|
||||
<thead>
|
||||
|
@ -2118,121 +2233,6 @@
|
|||
<td>Create and upload a new wallpaper</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#other" id="other" name="other"><i class="anchor-icon"></i></a>Other</h3>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/phone.joinGroupCallPresentation">phone.joinGroupCallPresentation</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.startScheduledGroupCall">phone.startScheduledGroupCall</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.setChatTheme">messages.setChatTheme</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.uploadImportedMedia">messages.uploadImportedMedia</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/auth.checkRecoveryPassword">auth.checkRecoveryPassword</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.startHistoryImport">messages.startHistoryImport</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.toggleGroupCallStartSubscription">phone.toggleGroupCallStartSubscription</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/channels.getSponsoredMessages">channels.getSponsoredMessages</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.leaveGroupCall">phone.leaveGroupCall</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.deletePhoneCallHistory">messages.deletePhoneCallHistory</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/channels.viewSponsoredMessage">channels.viewSponsoredMessage</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.toggleGroupCallSettings">phone.toggleGroupCallSettings</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/channels.convertToGigagroup">channels.convertToGigagroup</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.reportProfilePhoto">account.reportProfilePhoto</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.inviteToGroupCall">phone.inviteToGroupCall</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.getGroupCall">phone.getGroupCall</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.resetPassword">account.resetPassword</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.setHistoryTTL">messages.setHistoryTTL</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.joinGroupCall">phone.joinGroupCall</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getExportedChatInvite">messages.getExportedChatInvite</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.leaveGroupCallPresentation">phone.leaveGroupCallPresentation</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.discardGroupCall">phone.discardGroupCall</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getMessageReadParticipants">messages.getMessageReadParticipants</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.editExportedChatInvite">messages.editExportedChatInvite</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getExportedChatInvites">messages.getExportedChatInvites</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/phone.saveDefaultGroupCallJoinAs">phone.saveDefaultGroupCallJoinAs</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>BotCommandScope</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
botCommandScopeDefault
|
||||
|
||||
botCommandScopeUsers
|
||||
|
||||
botCommandScopeChats
|
||||
The specified…">
|
||||
<meta property="description" content="Represents a scope where the bot commands, specified using bots.setBotCommands will be valid.">
|
||||
<meta property="og:title" content="BotCommandScope">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
botCommandScopeDefault
|
||||
|
||||
botCommandScopeUsers
|
||||
|
||||
botCommandScopeChats
|
||||
The specified…">
|
||||
<meta property="og:description" content="Represents a scope where the bot commands, specified using bots.setBotCommands will be valid.">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -55,7 +39,8 @@ The specified…">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/BotCommandScope" >BotCommandScope</a></li></ul></div>
|
||||
<h1 id="dev_page_title">BotCommandScope</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Represents a scope where the bot commands, specified using <a href="/method/bots.setBotCommands">bots.setBotCommands</a> will be valid.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -85,11 +70,11 @@ The specified…">
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/botCommandScopeDefault">botCommandScopeDefault</a></td>
|
||||
<td> </td>
|
||||
<td>The commands will be valid in all chats</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/botCommandScopeUsers">botCommandScopeUsers</a></td>
|
||||
<td> </td>
|
||||
<td>The specified bot commands will only be valid in all private chats with users.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/botCommandScopeChats">botCommandScopeChats</a></td>
|
||||
|
@ -97,22 +82,25 @@ The specified…">
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/botCommandScopeChatAdmins">botCommandScopeChatAdmins</a></td>
|
||||
<td> </td>
|
||||
<td>The specified bot commands will be valid only for chat administrators, in all <a href="/api/channel">groups and supergroups</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/botCommandScopePeer">botCommandScopePeer</a></td>
|
||||
<td> </td>
|
||||
<td>The specified bot commands will be valid only in a specific dialog</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/botCommandScopePeerAdmins">botCommandScopePeerAdmins</a></td>
|
||||
<td> </td>
|
||||
<td>The specified bot commands will be valid for all admins of the specified <a href="/api/channel">group or supergroup</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/botCommandScopePeerUser">botCommandScopePeerUser</a></td>
|
||||
<td> </td>
|
||||
<td>The specified bot commands will be valid only for a specific user in the specified chat</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#botssetbotcommands" id="botssetbotcommands" name="botssetbotcommands"><i class="anchor-icon"></i></a><a href="/method/bots.setBotCommands">bots.setBotCommands</a></h4>
|
||||
<p>Set bot command list</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -199,19 +199,19 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/channelAdminLogEventActionParticipantJoinByInvite">channelAdminLogEventActionParticipantJoinByInvite</a></td>
|
||||
<td> </td>
|
||||
<td>A user joined the <a href="/api/channel">supergroup/channel</a> using a specific invite link</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/channelAdminLogEventActionExportedInviteDelete">channelAdminLogEventActionExportedInviteDelete</a></td>
|
||||
<td> </td>
|
||||
<td>A chat invite was deleted</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/channelAdminLogEventActionExportedInviteRevoke">channelAdminLogEventActionExportedInviteRevoke</a></td>
|
||||
<td> </td>
|
||||
<td>A specific invite link was revoked</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/channelAdminLogEventActionExportedInviteEdit">channelAdminLogEventActionExportedInviteEdit</a></td>
|
||||
<td> </td>
|
||||
<td>A chat invite was edited</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/channelAdminLogEventActionParticipantVolume">channelAdminLogEventActionParticipantVolume</a></td>
|
||||
|
|
|
@ -4,18 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>ChatAdminWithInvites</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
chatAdminWithInvites
|
||||
">
|
||||
<meta property="description" content="Info about chat invites generated by admins.">
|
||||
<meta property="og:title" content="ChatAdminWithInvites">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
chatAdminWithInvites
|
||||
">
|
||||
<meta property="og:description" content="Info about chat invites generated by admins.">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -47,7 +39,8 @@ chatAdminWithInvites
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/ChatAdminWithInvites" >ChatAdminWithInvites</a></li></ul></div>
|
||||
<h1 id="dev_page_title">ChatAdminWithInvites</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Info about chat invites generated by admins.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,18 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>ChatInviteImporter</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
chatInviteImporter
|
||||
">
|
||||
<meta property="description" content="When and which user joined the chat using a chat invite">
|
||||
<meta property="og:title" content="ChatInviteImporter">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
chatInviteImporter
|
||||
">
|
||||
<meta property="og:description" content="When and which user joined the chat using a chat invite">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -47,7 +39,8 @@ chatInviteImporter
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/ChatInviteImporter" >ChatInviteImporter</a></li></ul></div>
|
||||
<h1 id="dev_page_title">ChatInviteImporter</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>When and which user joined the chat using a chat invite</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/groupCallDiscarded">groupCallDiscarded</a></td>
|
||||
<td> </td>
|
||||
<td>An ended group call</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/groupCall">groupCall</a></td>
|
||||
|
|
|
@ -4,18 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>GroupCallParticipantVideo</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
groupCallParticipantVideo
|
||||
">
|
||||
<meta property="description" content="Info about a video stream">
|
||||
<meta property="og:title" content="GroupCallParticipantVideo">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
groupCallParticipantVideo
|
||||
">
|
||||
<meta property="og:description" content="Info about a video stream">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -47,7 +39,8 @@ groupCallParticipantVideo
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/GroupCallParticipantVideo" >GroupCallParticipantVideo</a></li></ul></div>
|
||||
<h1 id="dev_page_title">GroupCallParticipantVideo</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Info about a video stream</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/groupCallParticipantVideoSourceGroup">groupCallParticipantVideoSourceGroup</a></td>
|
||||
<td> </td>
|
||||
<td>Describes a group of video synchronization source identifiers<br></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -4,28 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>InlineQueryPeerType</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
inlineQueryPeerTypeSameBotPM
|
||||
|
||||
inlineQueryPeerTypePM
|
||||
|
||||
inlineQueryPeerTypeChat
|
||||
|
||||
…">
|
||||
<meta property="description" content="Type of the chat from which the inline query was sent.">
|
||||
<meta property="og:title" content="InlineQueryPeerType">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
inlineQueryPeerTypeSameBotPM
|
||||
|
||||
inlineQueryPeerTypePM
|
||||
|
||||
inlineQueryPeerTypeChat
|
||||
|
||||
…">
|
||||
<meta property="og:description" content="Type of the chat from which the inline query was sent.">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -57,7 +39,8 @@ inlineQueryPeerTypeChat
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/InlineQueryPeerType" >InlineQueryPeerType</a></li></ul></div>
|
||||
<h1 id="dev_page_title">InlineQueryPeerType</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Type of the chat from which the inline query was sent.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -85,15 +68,15 @@ inlineQueryPeerTypeChat
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/inlineQueryPeerTypeSameBotPM">inlineQueryPeerTypeSameBotPM</a></td>
|
||||
<td> </td>
|
||||
<td>The inline query was sent in a private chat with the bot itself</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/inlineQueryPeerTypePM">inlineQueryPeerTypePM</a></td>
|
||||
<td> </td>
|
||||
<td>The inline query was sent in a private chat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/inlineQueryPeerTypeChat">inlineQueryPeerTypeChat</a></td>
|
||||
<td> </td>
|
||||
<td>The inline query was set from a <a href="/api/channel">chat</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/inlineQueryPeerTypeMegagroup">inlineQueryPeerTypeMegagroup</a></td>
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/inputBotInlineMessageMediaInvoice">inputBotInlineMessageMediaInvoice</a></td>
|
||||
<td> </td>
|
||||
<td>An invoice</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -109,7 +109,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/inputGroupCallStream">inputGroupCallStream</a></td>
|
||||
<td> </td>
|
||||
<td>Chunk of a livestream</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/inputPaymentCredentialsGooglePay">inputPaymentCredentialsGooglePay</a></td>
|
||||
<td> </td>
|
||||
<td>Google Pay payment credentials</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -137,11 +137,11 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/sendMessageHistoryImportAction">sendMessageHistoryImportAction</a></td>
|
||||
<td> </td>
|
||||
<td>Chat history is being imported</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/sendMessageChooseStickerAction">sendMessageChooseStickerAction</a></td>
|
||||
<td> </td>
|
||||
<td>User is choosing a sticker</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -504,11 +504,11 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/updatePeerHistoryTTL">updatePeerHistoryTTL</a></td>
|
||||
<td> </td>
|
||||
<td>The Time-To-Live for messages sent by the current user in a specific chat has changed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/updateChatParticipant">updateChatParticipant</a></td>
|
||||
<td> </td>
|
||||
<td>A user has joined or left a specific chat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/updateChannelParticipant">updateChannelParticipant</a></td>
|
||||
|
@ -520,7 +520,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/updateGroupCallConnection">updateGroupCallConnection</a></td>
|
||||
<td> </td>
|
||||
<td>New WebRTC parameters</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/updateBotCommands">updateBotCommands</a></td>
|
||||
|
|
|
@ -4,24 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>account.ResetPasswordResult</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
account.resetPasswordFailedWait
|
||||
|
||||
account.resetPasswordRequestedWait
|
||||
|
||||
account.resetPasswordOk…">
|
||||
<meta property="description" content="Result of an account.resetPassword request.">
|
||||
<meta property="og:title" content="account.ResetPasswordResult">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
account.resetPasswordFailedWait
|
||||
|
||||
account.resetPasswordRequestedWait
|
||||
|
||||
account.resetPasswordOk…">
|
||||
<meta property="og:description" content="Result of an account.resetPassword request.">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -53,7 +39,8 @@ account.resetPasswordOk…">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/account.ResetPasswordResult" >account.ResetPasswordResult</a></li></ul></div>
|
||||
<h1 id="dev_page_title">account.ResetPasswordResult</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Result of an <a href="/method/account.resetPassword">account.resetPassword</a> request.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -87,7 +74,7 @@ account.resetPasswordOk…">
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/account.resetPasswordRequestedWait">account.resetPasswordRequestedWait</a></td>
|
||||
<td> </td>
|
||||
<td>You already requested a password reset, please wait until the specified date before retrying the reset.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/account.resetPasswordOk">account.resetPasswordOk</a></td>
|
||||
|
@ -109,7 +96,9 @@ account.resetPasswordOk…">
|
|||
<td> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#accountresetpassword" id="accountresetpassword" name="accountresetpassword"><i class="anchor-icon"></i></a><a href="/method/account.resetPassword">account.resetPassword</a></h4></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.AffectedFoundMessages</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
messages.affectedFoundMessages
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
messages.deletePhoneCallHistory…">
|
||||
<meta property="description" content="Messages found and affected by changes">
|
||||
<meta property="og:title" content="messages.AffectedFoundMessages">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
messages.affectedFoundMessages
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
messages.deletePhoneCallHistory…">
|
||||
<meta property="og:description" content="Messages found and affected by changes">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -55,7 +39,8 @@ messages.deletePhoneCallHistory…">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/messages.AffectedFoundMessages" >messages.AffectedFoundMessages</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.AffectedFoundMessages</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Messages found and affected by changes</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -83,7 +68,7 @@ messages.deletePhoneCallHistory…">
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.affectedFoundMessages">messages.affectedFoundMessages</a></td>
|
||||
<td> </td>
|
||||
<td>Messages found and affected by changes</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.ChatAdminsWithInvites</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
messages.chatAdminsWithInvites
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
messages.getAdminsWithInvites…">
|
||||
<meta property="description" content="Info about chat invites generated by admins.">
|
||||
<meta property="og:title" content="messages.ChatAdminsWithInvites">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
messages.chatAdminsWithInvites
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
messages.getAdminsWithInvites…">
|
||||
<meta property="og:description" content="Info about chat invites generated by admins.">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -55,7 +39,8 @@ messages.getAdminsWithInvites…">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/messages.ChatAdminsWithInvites" >messages.ChatAdminsWithInvites</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.ChatAdminsWithInvites</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Info about chat invites generated by admins.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.chatInviteImporters">messages.chatInviteImporters</a></td>
|
||||
<td> </td>
|
||||
<td>Info about the users that joined the chat using a specific chat invite</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.exportedChatInviteReplaced">messages.exportedChatInviteReplaced</a></td>
|
||||
<td> </td>
|
||||
<td>The specified chat invite was replaced with another one</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.ExportedChatInvites</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
messages.exportedChatInvites
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
messages.getExportedChatInvites…">
|
||||
<meta property="description" content="Info about chat invites exported by a certain admin.">
|
||||
<meta property="og:title" content="messages.ExportedChatInvites">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
messages.exportedChatInvites
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
messages.getExportedChatInvites…">
|
||||
<meta property="og:description" content="Info about chat invites exported by a certain admin.">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -55,7 +39,8 @@ messages.getExportedChatInvites…">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/messages.ExportedChatInvites" >messages.ExportedChatInvites</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.ExportedChatInvites</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Info about chat invites exported by a certain admin.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -83,7 +68,7 @@ messages.getExportedChatInvites…">
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.exportedChatInvites">messages.exportedChatInvites</a></td>
|
||||
<td> </td>
|
||||
<td>Info about chat invites exported by a certain admin.<br></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,28 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.HistoryImport</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
messages.historyImport
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
messages.initHistoryImport
|
||||
">
|
||||
<meta property="description" content="Identifier of a history import session.">
|
||||
<meta property="og:title" content="messages.HistoryImport">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
messages.historyImport
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
messages.initHistoryImport
|
||||
">
|
||||
<meta property="og:description" content="Identifier of a history import session.">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -57,7 +39,8 @@ messages.initHistoryImport
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/messages.HistoryImport" >messages.HistoryImport</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.HistoryImport</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Identifier of a history import session.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -85,7 +68,7 @@ messages.initHistoryImport
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.historyImport">messages.historyImport</a></td>
|
||||
<td> </td>
|
||||
<td>ID of a specific chat import session</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.HistoryImportParsed</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
messages.historyImportParsed
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
messages.checkHistoryImport…">
|
||||
<meta property="description" content="Info about an imported chat">
|
||||
<meta property="og:title" content="messages.HistoryImportParsed">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
messages.historyImportParsed
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
messages.checkHistoryImport…">
|
||||
<meta property="og:description" content="Info about an imported chat">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -55,7 +39,8 @@ messages.checkHistoryImport…">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/messages.HistoryImportParsed" >messages.HistoryImportParsed</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.HistoryImportParsed</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Info about an imported chat</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.SponsoredMessages</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
messages.sponsoredMessages
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
channels.getSponsoredMessages…">
|
||||
<meta property="description" content="A set of sponsored messages associated to a channel">
|
||||
<meta property="og:title" content="messages.SponsoredMessages">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
messages.sponsoredMessages
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
channels.getSponsoredMessages…">
|
||||
<meta property="og:description" content="A set of sponsored messages associated to a channel">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -55,7 +39,8 @@ channels.getSponsoredMessages…">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/messages.SponsoredMessages" >messages.SponsoredMessages</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.SponsoredMessages</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>A set of sponsored messages associated to a channel</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
@ -83,7 +68,7 @@ channels.getSponsoredMessages…">
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/messages.sponsoredMessages">messages.sponsoredMessages</a></td>
|
||||
<td> </td>
|
||||
<td>A set of sponsored messages associated to a channel</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,28 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>phone.GroupParticipants</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
phone.groupParticipants
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
phone.getGroupParticipants
|
||||
">
|
||||
<meta property="description" content="Info about the participants of a group call or livestream">
|
||||
<meta property="og:title" content="phone.GroupParticipants">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
phone.groupParticipants
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
phone.getGroupParticipants
|
||||
">
|
||||
<meta property="og:description" content="Info about the participants of a group call or livestream">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -57,7 +39,8 @@ phone.getGroupParticipants
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/phone.GroupParticipants" >phone.GroupParticipants</a></li></ul></div>
|
||||
<h1 id="dev_page_title">phone.GroupParticipants</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Info about the participants of a group call or livestream</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
|
|
@ -4,26 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>stickers.SuggestedShortName</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
stickers.suggestedShortName
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
stickers.suggestShortName…">
|
||||
<meta property="description" content="A suggested short name for the specified stickerpack">
|
||||
<meta property="og:title" content="stickers.SuggestedShortName">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
stickers.suggestedShortName
|
||||
|
||||
Methods
|
||||
Method
|
||||
Description
|
||||
stickers.suggestShortName…">
|
||||
<meta property="og:description" content="A suggested short name for the specified stickerpack">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -55,7 +39,8 @@ stickers.suggestShortName…">
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/type/stickers.SuggestedShortName" >stickers.SuggestedShortName</a></li></ul></div>
|
||||
<h1 id="dev_page_title">stickers.SuggestedShortName</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>A suggested short name for the specified stickerpack</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 133 <b class="caret"></b></a>
|
||||
|
|
Loading…
Add table
Reference in a new issue