Messages

Messages
extends Upwork\API\Client
Methods Summary
public
public
# getRooms( array $company , $params = array ( ) )
Retrieve rooms information

access


public
# getRoomDetails( string $company , string $roomId , array $params = array ( ) )
Get a specific room information

access


public
# getRoomByOffer( string $company , int $offerId , array $params = array ( ) )
Get a specific room by offer ID

access


public
# getRoomByApplication( string $company , int $applicationId , array $params = array ( ) )
Get a specific room by application ID

access


public
# getRoomByContract( string $company , int $contractId , array $params = array ( ) )
Get a specific room by contract ID

access


public
# createRoom( string $company , array $params = array ( ) )
Create a new room

access


public
# sendMessageToRoom( string $company , string $roomId , array $params = array ( ) )
Send a message to a room

access


public
# updateRoomSettings( string $company , string $roomId , string $username , array $params = array ( ) )
Update a room settings

access


public
# updateRoomMetadata( string $company , string $roomId , array $params = array ( ) )
Update the metadata of a room

access


Methods inherited from Upwork\API\Client
__construct(), getServer(), getRequestToken(), auth(), _request(), get(), post(), put(), delete()
Constants Summary
public string ENTRY_POINT
# 'api'
Constants inherited from Upwork\API\Client
DATA_FORMAT
Properties inherited from Upwork\API\Client
$_epoint, $_server