Class CustomEmoji
Represents a custom emoji.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class CustomEmoji : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EmojiName
Optional. Immutable. User-provided name for the custom emoji, which is unique within the organization.
Required when the custom emoji is created, output only otherwise. Emoji names must start and end with
colons, must be lowercase and can only contain alphanumeric characters, hyphens, and underscores. Hyphens
and underscores should be used to separate words and cannot be used consecutively. Example:
:valid-emoji-name:
Declaration
[JsonProperty("emojiName")]
public virtual string EmojiName { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. The resource name of the custom emoji, assigned by the server. Format:
customEmojis/{customEmoji}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Payload
Optional. Input only. Payload data. Required when the custom emoji is created.
Declaration
[JsonProperty("payload")]
public virtual CustomEmojiPayload Payload { get; set; }
Property Value
Type | Description |
---|---|
CustomEmojiPayload |
TemporaryImageUri
Output only. A temporary image URL for the custom emoji, valid for at least 10 minutes. Note that this is not populated in the response when the custom emoji is created.
Declaration
[JsonProperty("temporaryImageUri")]
public virtual string TemporaryImageUri { get; set; }
Property Value
Type | Description |
---|---|
string |
Uid
Output only. Unique key for the custom emoji resource.
Declaration
[JsonProperty("uid")]
public virtual string Uid { get; set; }
Property Value
Type | Description |
---|---|
string |