ReplyKeyboardMarkup class

This object represents a custom keyboard with reply options

(see Introduction to bots for details and examples).

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

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

Constructors

ReplyKeyboardMarkup({required List<List<KeyboardButton>> keyboard, bool? isPersistent, bool? resizeKeyboard, bool? oneTimeKeyboard, String? inputFieldPlaceholder, bool? selective})
ReplyKeyboardMarkup.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inputFieldPlaceholder String?
getter/setter pair
isPersistent bool?
getter/setter pair
keyboard List<List<KeyboardButton>>
getter/setter pair
oneTimeKeyboard bool?
getter/setter pair
resizeKeyboard 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