public final class ReactionType
extends Enum
Specifies the type of reaction a user can have on a message.
| Modifier and Type | Field and Description |
|---|---|
static int |
Celebrate
A XVHK4D9KDb.get(new byte[] { (byte)0x25, (byte)0x14, (byte)0xf3, (byte)0xfc, (byte)0x76, (byte)0x6f, (byte)0x1c, (byte)0xa6, (byte)0x8a }) reaction, indicating joy or congratulations.
|
static int |
Heart
A XVHK4D9KDb.get(new byte[] { (byte)0x2e, (byte)0x14, (byte)0xfe, (byte)0xeb, (byte)0x60 }) reaction, expressing love or appreciation.
|
static int |
Laugh
A XVHK4D9KDb.get(new byte[] { (byte)0x2a, (byte)0x10, (byte)0xea, (byte)0xfe, (byte)0x7c }) reaction, showing amusement.
|
static int |
Like
A XVHK4D9KDb.get(new byte[] { (byte)0x2a, (byte)0x18, (byte)0xf4, (byte)0xfc }) reaction.
|
static int |
Sad
A XVHK4D9KDb.get(new byte[] { (byte)0x35, (byte)0x10, (byte)0xfb }) reaction, expressing sorrow or disappointment.
|
static int |
Surprised
A XVHK4D9KDb.get(new byte[] { (byte)0x35, (byte)0x4, (byte)0xed, (byte)0xe9, (byte)0x66, (byte)0x74, (byte)0xe, (byte)0xb7, (byte)0x8b }) reaction, indicating astonishment.
|
static int |
Unknown
An unknown reaction type, used when the reaction is not recognized.
|
public static final int Like
A XVHK4D9KDb.get(new byte[] { (byte)0x2a, (byte)0x18, (byte)0xf4, (byte)0xfc }) reaction.
public static final int Heart
A XVHK4D9KDb.get(new byte[] { (byte)0x2e, (byte)0x14, (byte)0xfe, (byte)0xeb, (byte)0x60 }) reaction, expressing love or appreciation.
public static final int Celebrate
A XVHK4D9KDb.get(new byte[] { (byte)0x25, (byte)0x14, (byte)0xf3, (byte)0xfc, (byte)0x76, (byte)0x6f, (byte)0x1c, (byte)0xa6, (byte)0x8a }) reaction, indicating joy or congratulations.
public static final int Laugh
A XVHK4D9KDb.get(new byte[] { (byte)0x2a, (byte)0x10, (byte)0xea, (byte)0xfe, (byte)0x7c }) reaction, showing amusement.
public static final int Surprised
A XVHK4D9KDb.get(new byte[] { (byte)0x35, (byte)0x4, (byte)0xed, (byte)0xe9, (byte)0x66, (byte)0x74, (byte)0xe, (byte)0xb7, (byte)0x8b }) reaction, indicating astonishment.
public static final int Sad
A XVHK4D9KDb.get(new byte[] { (byte)0x35, (byte)0x10, (byte)0xfb }) reaction, expressing sorrow or disappointment.
public static final int Unknown
An unknown reaction type, used when the reaction is not recognized.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.