DefaultBotProperties
in package
implements
ArrayAccess
FinalYes
Tags
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
$allowSendingWithoutReply read-only
public
bool|null
$allowSendingWithoutReply
= null
$disableNotification read-only
public
bool|null
$disableNotification
= null
$linkPreview read-only
public
LinkPreviewOptions|null
$linkPreview
$linkPreviewIsDisabled read-only
public
bool|null
$linkPreviewIsDisabled
= null
$linkPreviewPreferLargeMedia read-only
public
bool|null
$linkPreviewPreferLargeMedia
= null
$linkPreviewPreferSmallMedia read-only
public
bool|null
$linkPreviewPreferSmallMedia
= null
$linkPreviewShowAboveText read-only
public
bool|null
$linkPreviewShowAboveText
= null
$parseMode read-only
public
string|null
$parseMode
= null
$protectContent read-only
public
bool|null
$protectContent
= null
$showCaptionAboveMedia read-only
public
bool|null
$showCaptionAboveMedia
= 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
get()
public
get(string $name) : mixed
Parameters
- $name : string
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
booloffsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
- $offset : mixed
- $value : mixed
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
- $offset : mixed