mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-20 16:15:08 +01:00
Update content of files
This commit is contained in:
parent
a2f4beea2e
commit
77a87dba4b
2 changed files with 9 additions and 3 deletions
|
@ -2753,7 +2753,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>selective</td>
|
||||
<td>Boolean</td>
|
||||
<td><em>Optional</em>. Use this parameter if you want to show the keyboard to specific users only. Targets: 1) users that are @mentioned in the <em>text</em> of the <a href="#message">Message</a> object; 2) if the bot's message is a reply (has <em>reply_to_message_id</em>), sender of the original message.<br><br><em>Example:</em> A user requests to change the bot's language, bot replies to the request with a keyboard to select the new language. Other users in the group don't see the keyboard.</td>
|
||||
<td><em>Optional</em>. Use this parameter if you want to show the keyboard to specific users only. Targets: 1) users that are @mentioned in the <em>text</em> of the <a href="#message">Message</a> object; 2) if the bot's message is a reply to a message in the same chat and forum topic, sender of the original message.<br><br><em>Example:</em> A user requests to change the bot's language, bot replies to the request with a keyboard to select the new language. Other users in the group don't see the keyboard.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -2929,7 +2929,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>selective</td>
|
||||
<td>Boolean</td>
|
||||
<td><em>Optional</em>. Use this parameter if you want to remove the keyboard for specific users only. Targets: 1) users that are @mentioned in the <em>text</em> of the <a href="#message">Message</a> object; 2) if the bot's message is a reply (has <em>reply_to_message_id</em>), sender of the original message.<br><br><em>Example:</em> A user votes in a poll, bot returns confirmation message in reply to the vote and removes the keyboard for that user, while still showing the keyboard with poll options to users who haven't voted yet.</td>
|
||||
<td><em>Optional</em>. Use this parameter if you want to remove the keyboard for specific users only. Targets: 1) users that are @mentioned in the <em>text</em> of the <a href="#message">Message</a> object; 2) if the bot's message is a reply to a message in the same chat and forum topic, sender of the original message.<br><br><em>Example:</em> A user votes in a poll, bot returns confirmation message in reply to the vote and removes the keyboard for that user, while still showing the keyboard with poll options to users who haven't voted yet.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -3169,7 +3169,7 @@ To learn how to create…">
|
|||
<tr>
|
||||
<td>selective</td>
|
||||
<td>Boolean</td>
|
||||
<td><em>Optional</em>. Use this parameter if you want to force reply from specific users only. Targets: 1) users that are @mentioned in the <em>text</em> of the <a href="#message">Message</a> object; 2) if the bot's message is a reply (has <em>reply_to_message_id</em>), sender of the original message.</td>
|
||||
<td><em>Optional</em>. Use this parameter if you want to force reply from specific users only. Targets: 1) users that are @mentioned in the <em>text</em> of the <a href="#message">Message</a> object; 2) if the bot's message is a reply to a message in the same chat and forum topic, sender of the original message.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -2218,6 +2218,12 @@ a.pr-account-button-wrap:focus {
|
|||
.field-readonly .pr-form-control-wrap:after {
|
||||
display: none;
|
||||
}
|
||||
.pr-form-control-wrap.has-locked .input,
|
||||
.pr-form-control-wrap.has-locked input.form-control,
|
||||
.pr-form-control-wrap.has-locked .select {
|
||||
padding-right: 40px;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.pr-form-control-wrap.has-photo .pr-form-control,
|
||||
.pr-form-control-wrap.has-progress.field-loading .pr-form-control {
|
||||
padding-right: 48px;
|
||||
|
|
Loading…
Reference in a new issue