PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
messagebird
/
php-rest-api
/
src
/
MessageBird
/
Objects
/
Conversation
<?php namespace MessageBird\Objects\Conversation; use MessageBird\Objects\Base; /** * A link to the messages belonging to a conversation. */ class MessageReference extends Base { /** * A link to the endpoint to retrieve messages of this conversation. * * @var string */ public $href; /** * The total number of messages that can be retrieved for this conversation * through pagination. * * @var int */ public $totalCount; }
[-] Message.php
[edit]
[-] SendMessage.php
[edit]
[+]
..
[+]
HSM
[-] Content.php
[edit]
[-] SendMessageResult.php
[edit]
[-] Channel.php
[edit]
[-] MessageReference.php
[edit]
[-] Contact.php
[edit]
[-] Fallback.php
[edit]
[-] Conversation.php
[edit]
[-] Webhook.php
[edit]