Sha256: 3b3a908883e796b7ca1b3f9b8b5635af98962f0ecabe810d31f75e30d3b63a6e
Contents?: true
Size: 630 Bytes
Versions: 2
Compression:
Stored size: 630 Bytes
Contents
# MessenteApi::ViberVideo ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **url** | **String** | URL pointing to the video resource. | | | **thumbnail** | **String** | URL pointing to the video thumbnail resource. | | | **file_size** | **Integer** | Size of the video file in bytes. Cannot be larger than 200MB. | | | **duration** | **Integer** | Duration of the video in seconds. Cannot be longer than 600 seconds. | | ## Example ```ruby require 'messente_api' instance = MessenteApi::ViberVideo.new( url: null, thumbnail: null, file_size: null, duration: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
messente_api-2.3.0 | docs/ViberVideo.md |
messente_api-2.2.0 | docs/ViberVideo.md |