Class Emoji
An emoji that is used as a reaction to a message.
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class Emoji : IMessage<Emoji>, IEquatable<Emoji>, IDeepCloneable<Emoji>, IBufferMessage, IMessage
Constructors
Emoji()
Declaration
Emoji(Emoji)
Declaration
public Emoji(Emoji other)
Parameters
Type |
Name |
Description |
Emoji |
other |
|
Properties
ContentCase
Declaration
public Emoji.ContentOneofCase ContentCase { get; }
Property Value
CustomEmoji
Output only. A custom emoji.
Declaration
public CustomEmoji CustomEmoji { get; set; }
Property Value
HasUnicode
Gets whether the "unicode" field is set
Declaration
public bool HasUnicode { get; }
Property Value
Unicode
A basic emoji represented by a unicode string.
Declaration
public string Unicode { get; set; }
Property Value