Reference documentation and code samples for the Google Apps Chat V1 Client class CustomEmojiPayload.
Payload data for the custom emoji.
Generated from protobuf message google.chat.v1.CustomEmoji.CustomEmojiPayload
Namespace
Google \ Apps \ Chat \ V1 \ CustomEmojiMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ file_content
string
Required. Input only. The image used for the custom emoji. The payload must be under 256 KB and the dimension of the image must be square and between 64 and 500 pixels. The restrictions are subject to change.
↳ filename
string
Required. Input only. The image file name. Supported file extensions: .png
, .jpg
, .gif
.
getFileContent
Required. Input only. The image used for the custom emoji.
The payload must be under 256 KB and the dimension of the image must be square and between 64 and 500 pixels. The restrictions are subject to change.
string
setFileContent
Required. Input only. The image used for the custom emoji.
The payload must be under 256 KB and the dimension of the image must be square and between 64 and 500 pixels. The restrictions are subject to change.
var
string
$this
getFilename
Required. Input only. The image file name.
Supported file extensions: .png
, .jpg
, .gif
.
string
setFilename
Required. Input only. The image file name.
Supported file extensions: .png
, .jpg
, .gif
.
var
string
$this