You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`TForceReply`](classes/telegram/object/markup/TForceReply.md)- _Shows reply interface to the user, as if they manually selected the bot‘s message and tapped 'Reply'_
22
+
-[`TInlineKeyboard`](classes/telegram/object/markup/TInlineKeyboard.md)- _This object represents an inline keyboard that appears right next to the message it belongs to._
23
+
-[`TReplyKeyboard`](classes/telegram/object/markup/TReplyKeyboard.md)- _This object represents a custom keyboard with reply options_
24
+
-[`TReplyKeyboardRemove`](classes/telegram/object/markup/TReplyKeyboardRemove.md)- _Upon receiving a message with this object, Telegram clients will remove the current custom keyboard and display the default letter-keyboard. By default, custom keyboards are displayed until a new keyboard is sent by a bot. An exception is made for one-time keyboards that are hidden immediately after the user presses a button_
-[`TAnswerCallbackQuery`](classes/telegram/query/TAnswerCallbackQuery.md)- _Use this method to send answers to callback queries sent from inline keyboards. The answer will be displayed to the user as a notification at the top of the chat screen or as an alert. On success, True is returned._
Shows reply interface to the user, as if they manually selected the bot‘s message and tapped 'Reply'
9
+
10
+
---
11
+
12
+
#### Methods
13
+
14
+
-`->`[`__construct()`](#method-__construct)
15
+
-`->`[`setSelective()`](#method-setselective) - _Use this parameter if you want to force reply from specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply (has reply_to_message_id), sender of the original message._
16
+
- See also in the parent class [AbstractMarkup](classes/telegram/object/markup/AbstractMarkup.md)
17
+
18
+
---
19
+
# Methods
20
+
21
+
<aname="method-__construct"></a>
22
+
23
+
### __construct()
24
+
```php
25
+
__construct(): void
26
+
```
27
+
28
+
---
29
+
30
+
<aname="method-setselective"></a>
31
+
32
+
### setSelective()
33
+
```php
34
+
setSelective(bool $value): void
35
+
```
36
+
Use this parameter if you want to force reply from specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply (has reply_to_message_id), sender of the original message.
0 commit comments