phpbotgram

DefaultBotProperties
in package
implements ArrayAccess

FinalYes
Tags
implements

Table of Contents

Interfaces

ArrayAccess

Properties

$allowSendingWithoutReply  : bool|null
$disableNotification  : bool|null
$linkPreview  : LinkPreviewOptions|null
$linkPreviewIsDisabled  : bool|null
$linkPreviewPreferLargeMedia  : bool|null
$linkPreviewPreferSmallMedia  : bool|null
$linkPreviewShowAboveText  : bool|null
$parseMode  : string|null
$protectContent  : bool|null
$showCaptionAboveMedia  : bool|null

Methods

__construct()  : mixed
get()  : mixed
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void

Properties

$linkPreviewPreferLargeMedia read-only

public bool|null $linkPreviewPreferLargeMedia = null

$linkPreviewPreferSmallMedia read-only

public bool|null $linkPreviewPreferSmallMedia = null

Methods

__construct()

public __construct([string|null $parseMode = null ][, bool|null $disableNotification = null ][, bool|null $protectContent = null ][, bool|null $allowSendingWithoutReply = null ][, LinkPreviewOptions|null $linkPreview = null ][, bool|null $linkPreviewIsDisabled = null ][, bool|null $linkPreviewPreferSmallMedia = null ][, bool|null $linkPreviewPreferLargeMedia = null ][, bool|null $linkPreviewShowAboveText = null ][, bool|null $showCaptionAboveMedia = null ]) : mixed
Parameters
$parseMode : string|null = null
$disableNotification : bool|null = null
$protectContent : bool|null = null
$allowSendingWithoutReply : bool|null = null
$linkPreview : LinkPreviewOptions|null = null
$linkPreviewIsDisabled : bool|null = null
$linkPreviewPreferSmallMedia : bool|null = null
$linkPreviewPreferLargeMedia : bool|null = null
$linkPreviewShowAboveText : bool|null = null
$showCaptionAboveMedia : bool|null = null

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

offsetSet()

public offsetSet(mixed $offset, mixed $value) : void
Parameters
$offset : mixed
$value : mixed
On this page

Search results