MadelineProto/old_docs/API_docs_v45/constructors/replyKeyboardForceReply.md

571 B

title description
replyKeyboardForceReply replyKeyboardForceReply attributes, type and example

Constructor: replyKeyboardForceReply

Back to constructors index

Attributes:

Name Type Required
single_use Bool Optional
selective Bool Optional

Type: ReplyMarkup

Example:

$replyKeyboardForceReply = ['_' => 'replyKeyboardForceReply', 'single_use' => true, 'selective' => true, ];