bootdesk/chat-sdk

ReplyKeyboardMarkup
in package
implements ReplyMarkup

Table of Contents

Interfaces

ReplyMarkup

Properties

$inputFieldPlaceholder  : string|null
$keyboard  : array<string|int, mixed>
$oneTimeKeyboard  : bool|null
$resizeKeyboard  : bool|null
$selective  : bool|null

Methods

__construct()  : mixed
toArray()  : array<string|int, mixed>

Properties

Methods

__construct()

public __construct(array<string|int, mixed> $keyboard[, bool|null $resizeKeyboard = null ][, bool|null $oneTimeKeyboard = null ][, string|null $inputFieldPlaceholder = null ][, bool|null $selective = null ]) : mixed
Parameters
$keyboard : array<string|int, mixed>
$resizeKeyboard : bool|null = null
$oneTimeKeyboard : bool|null = null
$inputFieldPlaceholder : string|null = null
$selective : bool|null = null

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
On this page

Search results