mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-05 18:38:19 +01:00
Update content of files
This commit is contained in:
parent
9f567f28a2
commit
fd06b09559
1 changed files with 6 additions and 29 deletions
|
@ -4,34 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>businessAwayMessage</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
|
||||
offline_only
|
||||
flags.0?true
|
||||
|
||||
shortcut_id
|
||||
int
|
||||
…">
|
||||
<meta property="description" content="Describes a Telegram Business away message, automatically sent to users writing to us when we're offline, during closing…">
|
||||
<meta property="og:title" content="businessAwayMessage">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
offline_only
|
||||
flags.0?true
|
||||
|
||||
shortcut_id
|
||||
int
|
||||
…">
|
||||
<meta property="og:description" content="Describes a Telegram Business away message, automatically sent to users writing to us when we're offline, during closing…">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -66,7 +42,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/businessAwayMessage" >businessAwayMessage</a></li></ul></div>
|
||||
<h1 id="dev_page_title">businessAwayMessage</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Describes a <a href="/api/business#away-messages">Telegram Business away message</a>, automatically sent to users writing to us when we're offline, during closing hours, while we're on vacation, or in some other custom time period when we cannot immediately answer to the user. </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 181 <b class="caret"></b></a>
|
||||
|
@ -102,7 +79,7 @@ int
|
|||
<tr>
|
||||
<td><strong>shortcut_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>ID of a <a href="/api/business#quick-reply-shortcuts">quick reply shorcut, containing the away messages to send, see here » for more info</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>schedule</strong></td>
|
||||
|
@ -112,7 +89,7 @@ int
|
|||
<tr>
|
||||
<td><strong>recipients</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/BusinessRecipients">BusinessRecipients</a></td>
|
||||
<td> </td>
|
||||
<td>Allowed recipients for the away messages.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue