\Threema\MsgApi\MessagesImageMessage

Abstract base class of messages that can be sent with end-to-end encryption via Threema.

Summary

Methods
Properties
Constants
getTypeCode()
__construct()
getBlobId()
getLength()
getNonce()
__toString()
No public properties found
TYPE_CODE
No protected methods found
No protected properties found
N/A
No private methods found
$blobId
$length
$nonce
N/A

Constants

TYPE_CODE

TYPE_CODE

Properties

$blobId

$blobId : string

Type

string

$length

$length : string

Type

string

$nonce

$nonce : integer

Type

integer

Methods

getTypeCode()

getTypeCode() : integer

Get the message type code of this message.

Returns

integer —

message type code

__construct()

__construct(string  $blobId, integer  $length, string  $nonce) 

Parameters

string $blobId
integer $length
string $nonce

getBlobId()

getBlobId() : string

Returns

string

getLength()

getLength() : string

Returns

string

getNonce()

getNonce() : integer

Returns

integer

__toString()

__toString() : string

Returns

string