Skip to content

RcsMessage

André Matthies edited this page Feb 6, 2025 · 1 revision

RcsMessage

  • Full name: \Seven\Api\Resource\Rcs\RcsMessage

Properties

channel

protected string $channel

encoding

protected string $encoding

error

protected ?string $error

errorText

protected ?string $errorText

id

protected ?int $id

isBinary

protected bool $isBinary

label

protected ?string $label

parts

protected int $parts

price

protected float $price

recipient

protected string $recipient

sender

protected string $sender

success

protected bool $success

text

protected string $text

udh

protected ?string $udh

Methods

__construct

public __construct(object $data): mixed

Parameters:

Parameter Type Description
$data object

getChannel

public getChannel(): string

getEncoding

public getEncoding(): string

getError

public getError(): ?string

getErrorText

public getErrorText(): ?string

getId

public getId(): ?int

getParts

public getParts(): int

getPrice

public getPrice(): float

getRecipient

public getRecipient(): string

getSender

public getSender(): string

isSuccess

public isSuccess(): bool

getText

public getText(): string

getUdh

public getUdh(): ?string

getIsBinary

public getIsBinary(): bool


Automatically generated on 2025-02-06

Clone this wiki locally