--- title: replyKeyboardHide description: replyKeyboardHide attributes, type and example --- ## Constructor: replyKeyboardHide [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |selective|[Bool](../types/Bool.md) | Optional| ### Type: [ReplyMarkup](../types/ReplyMarkup.md) ### Example: ``` $replyKeyboardHide = ['_' => 'replyKeyboardHide', 'selective' => true, ]; ```