InlineKeyboardMarkup

telegramium.bots.InlineKeyboardMarkup
final case class InlineKeyboardMarkup(inlineKeyboard: List[List[InlineKeyboardButton]]) extends KeyboardMarkup

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

Value parameters

inlineKeyboard

Array of button rows, each represented by an Array of InlineKeyboardButton objects

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product