Reference documentation and code samples for the Google Apps Chat V1 Client class AttachedGif.
A GIF image that's specified by a URL.
Generated from protobuf message google.chat.v1.AttachedGif
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uri |
string
Output only. The URL that hosts the GIF image. |
getUri
Output only. The URL that hosts the GIF image.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUri
Output only. The URL that hosts the GIF image.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|