Class CreateParams
| package |
mixisLv\Reamaze\Params\Messages |
|---|---|
| see |
__construct(array $params = array())
| Throws |
|
|---|
array
__get( $property) : mixed
mixed
__set( $property, $value)
| Throws |
|
|---|
paramsArray() : array
array
sanitizePage( $value) : integer
integer
toArray()
body : string
| var |
message body |
|---|
string
recipients : array
| var |
(optional) list of additional participants in the conversation |
|---|
array
user : array
| var |
conversation author (See above) |
|---|
array
visibility : integer
| var |
message visibility |
|---|
integer
suppressNotification : boolean
| var |
(optional) true to prevent Reamaze from sending any email (or integration) notifications related to this message |
|---|
boolean
suppressAutoresolve : boolean
| var |
(optional) true to prevent Reamaze from marking the conversation as resolved when message[user] is a staff user. |
|---|
boolean