TgKit library and website are still in early development!

ReplyKeyboardRemove Class

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.

Properties

selective

Properties

selective boolean

Use this parameter if you want to show the keyboard to specific users only. Targets: 1) users that are

See the code

Methods

setSelective(selective: boolean): ReplyKeyboardRemove

See the code

toJSON(): object

See the code