ReplyKeyboardRemove class

Removes the custom keyboard

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 (see ReplyKeyboardMarkup).

https://core.telegram.org/bots/api#replykeyboardremove

Implemented types
Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake)

Constructors

ReplyKeyboardRemove({required bool removeKeyboard, bool? selective})
ReplyKeyboardRemove.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
removeKeyboard bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selective bool?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited