Reference documentation and code samples for the Google Apps Chat V1 Client class CreateCustomEmojiRequest.
A request to create a custom emoji.
Generated from protobuf message google.chat.v1.CreateCustomEmojiRequest
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ custom_emoji |
CustomEmoji
Required. The custom emoji to create. |
getCustomEmoji
Required. The custom emoji to create.
| Returns | |
|---|---|
| Type | Description |
CustomEmoji|null |
|
hasCustomEmoji
clearCustomEmoji
setCustomEmoji
Required. The custom emoji to create.
| Parameter | |
|---|---|
| Name | Description |
var |
CustomEmoji
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
customEmoji |
CustomEmoji
Required. The custom emoji to create. |
| Returns | |
|---|---|
| Type | Description |
CreateCustomEmojiRequest |
|