Skip to content

Commit 421925b

Browse files
committed
Travis update: Sep 2024 (Build 798)
[skip ci]
1 parent b864487 commit 421925b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/Model/ViberVideo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Name | Type | Description | Notes
77
**url** | **string** | URL pointing to the video resource. |
88
**thumbnail** | **string** | URL pointing to the video thumbnail resource. |
99
**fileSize** | **int** | Size of the video file in bytes. Cannot be larger than 200MB. |
10-
**duration** | [**\Messente\Api\Model\WhatsAppParameter[]**](WhatsAppParameter.md) | Duration of the video in seconds. Cannot be longer than 600 seconds. |
10+
**duration** | **int** | Duration of the video in seconds. Cannot be longer than 600 seconds. |
1111

1212
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

lib/Model/ViberVideo.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class ViberVideo implements ModelInterface, ArrayAccess, \JsonSerializable
6262
'url' => 'string',
6363
'thumbnail' => 'string',
6464
'fileSize' => 'int',
65-
'duration' => '\Messente\Api\Model\WhatsAppParameter[]'
65+
'duration' => 'int'
6666
];
6767

6868
/**
@@ -408,7 +408,7 @@ public function setFileSize($fileSize)
408408
/**
409409
* Gets duration
410410
*
411-
* @return \Messente\Api\Model\WhatsAppParameter[]
411+
* @return int
412412
*/
413413
public function getDuration()
414414
{
@@ -418,7 +418,7 @@ public function getDuration()
418418
/**
419419
* Sets duration
420420
*
421-
* @param \Messente\Api\Model\WhatsAppParameter[] $duration Duration of the video in seconds. Cannot be longer than 600 seconds.
421+
* @param int $duration Duration of the video in seconds. Cannot be longer than 600 seconds.
422422
*
423423
* @return self
424424
*/

0 commit comments

Comments
 (0)