InlineKeyboardMarkup class

This object represents an inline keyboard that appears right next to the message it belongs to.

Inheritance
Implementers

Constructors

InlineKeyboardMarkup({required List<List<InlineKeyboardButton>> inlineKeyboard})
Creates an InlineKeyboardMarkup object
const
InlineKeyboardMarkup.fromJson(Map<String, dynamic> json)
Creates an InlineKeyboardMarkup object from JSON object
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inlineKeyboard List<List<InlineKeyboardButton>>
Array of button rows, each represented by an Array of InlineKeyboardButton objects
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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