Sha256: ccecdf42c5e3aecb8fdfc7a19a4c7feef6e27463c58fd11205b8633880f44cbe

Contents?: true

Size: 802 Bytes

Versions: 3

Compression:

Stored size: 802 Bytes

Contents

# MessenteApi::WhatsAppMedia

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The media object ID. Do not use this field when message type is set to text. | [optional] |
| **link** | **String** | The protocol and URL of the media to be sent. Use only with HTTP/HTTPS URLs.       Do not use this field when message type is set to text. | [optional] |
| **caption** | **String** | Media asset caption. Do not use with audio or sticker media. | [optional] |
| **filename** | **String** | Describes the filename for the specific document. Use only with document media. | [optional] |

## Example

```ruby
require 'messente_api'

instance = MessenteApi::WhatsAppMedia.new(
  id: null,
  link: null,
  caption: null,
  filename: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
messente_api-2.3.0 docs/WhatsAppMedia.md
messente_api-2.2.0 docs/WhatsAppMedia.md
messente_api-2.1.0 docs/WhatsAppMedia.md