\Threema\MsgApi\HelpersReceiveMessageResult

Summary

Methods
Properties
Constants
__construct()
getMessageId()
addError()
isSuccess()
addFile()
getErrors()
getThreemaMessage()
getFiles()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$threemaMessage
$files
$errors
$messageId
N/A

Properties

$files

$files : array<mixed,string>

Type

array<mixed,string>

$errors

$errors : array<mixed,string>

Type

array<mixed,string>

$messageId

$messageId : string

Type

string

Methods

getMessageId()

getMessageId() : string

Returns

string

addError()

addError(  $message) : $this

Parameters

$message

Returns

$this

isSuccess()

isSuccess() : boolean

Returns

boolean

addFile()

addFile(string  $key, string  $file) : $this

Parameters

string $key
string $file

Returns

$this

getErrors()

getErrors() : array<mixed,\string>

Returns

array<mixed,\string>

getFiles()

getFiles() : array<mixed,\string>

Returns

array<mixed,\string>