C# Class Taikandi.Telebot.Types.ReplyKeyboardHide

Inheritance: IReply
Show file Open project: mrtaikandi/Telebot

Private Properties

Property Type Description

Public Methods

Method Description
ReplyKeyboardHide ( bool hideKeyboard = true, bool selective = true ) : Newtonsoft.Json

Initializes a new instance of the ReplyKeyboardHide class.

Method Details

ReplyKeyboardHide() public method

Initializes a new instance of the ReplyKeyboardHide class.
public ReplyKeyboardHide ( bool hideKeyboard = true, bool selective = true ) : Newtonsoft.Json
hideKeyboard bool /// if set to true requests clients to hide the custom keyboard. Defaults to true. ///
selective bool /// if set to true hides custom keyboard for specific users only. Defaults to true. ///
return Newtonsoft.Json