mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 17:36:29 +02:00
finally, we will just do limit checking all over again during sending phase
This commit is contained in:
parent
55fe91619b
commit
4f0c585f78
3 changed files with 58 additions and 65 deletions
|
@ -119,9 +119,9 @@ interface AdapterInterface
|
|||
* @param array $medias : Array of medias to link to the MMS, [['http_url' => HTTP public url of the media et 'local_uri' => local uri to media file]]
|
||||
*
|
||||
* @return array : [
|
||||
* bool 'error' => false if no error, true else
|
||||
* ?string 'error_message' => null if no error, else error message
|
||||
* array 'uid' => Uid of the sms created on success
|
||||
* bool 'error' => false if no error, true else,
|
||||
* ?string 'error_message' => null if no error, else error message,
|
||||
* array 'uid' => Uid of the sms created on success,
|
||||
* ]
|
||||
*/
|
||||
public function send(string $destination, string $text, bool $flash = false, bool $mms = false, array $medias = []): array;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue