Show / Hide Table of Contents

Class Emoji

An emoji that is used as a reaction to a message.

Inheritance
object
Emoji
Implements
IMessage<Emoji>
IEquatable<Emoji>
IDeepCloneable<Emoji>
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 Emoji : IMessage<Emoji>, IEquatable<Emoji>, IDeepCloneable<Emoji>, IBufferMessage, IMessage

Constructors

Emoji()

Declaration
public Emoji()

Emoji(Emoji)

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

Properties

ContentCase

Declaration
public Emoji.ContentOneofCase ContentCase { get; }
Property Value
Type Description
Emoji.ContentOneofCase

CustomEmoji

A custom emoji.

Declaration
public CustomEmoji CustomEmoji { get; set; }
Property Value
Type Description
CustomEmoji

HasUnicode

Gets whether the "unicode" field is set

Declaration
public bool HasUnicode { get; }
Property Value
Type Description
bool

Unicode

Optional. A basic emoji represented by a unicode string.

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