Show / Hide Table of Contents

Class CustomEmoji

Represents a custom emoji.

Inheritance
object
CustomEmoji
Implements
IMessage<CustomEmoji>
IEquatable<CustomEmoji>
IDeepCloneable<CustomEmoji>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class CustomEmoji : IMessage<CustomEmoji>, IEquatable<CustomEmoji>, IDeepCloneable<CustomEmoji>, IBufferMessage, IMessage

Constructors

CustomEmoji()

Declaration
public CustomEmoji()

CustomEmoji(CustomEmoji)

Declaration
public CustomEmoji(CustomEmoji other)
Parameters
Type Name Description
CustomEmoji other

Properties

Uid

Output only. Unique key for the custom emoji resource.

Declaration
public string Uid { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX