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)0xae, (byte)0xd2, (byte)0x7, (byte)0x6a, (byte)0xaa, (byte)0xd2, (byte)0xac, (byte)0x2b, (byte)0x8 }) reaction, indicating joy or congratulations.
|
static int |
Heart
A XVHK4D9KDb.get(new byte[] { (byte)0xa5, (byte)0xd2, (byte)0xa, (byte)0x7d, (byte)0xbc }) reaction, expressing love or appreciation.
|
static int |
Laugh
A XVHK4D9KDb.get(new byte[] { (byte)0xa1, (byte)0xd6, (byte)0x1e, (byte)0x68, (byte)0xa0 }) reaction, showing amusement.
|
static int |
Like
A XVHK4D9KDb.get(new byte[] { (byte)0xa1, (byte)0xde, (byte)0x0, (byte)0x6a }) reaction.
|
static int |
Sad
A XVHK4D9KDb.get(new byte[] { (byte)0xbe, (byte)0xd6, (byte)0xf }) reaction, expressing sorrow or disappointment.
|
static int |
Surprised
A XVHK4D9KDb.get(new byte[] { (byte)0xbe, (byte)0xc2, (byte)0x19, (byte)0x7f, (byte)0xba, (byte)0xc9, (byte)0xbe, (byte)0x3a, (byte)0x9 }) 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)0xa1, (byte)0xde, (byte)0x0, (byte)0x6a }) reaction.
public static final int Heart
A XVHK4D9KDb.get(new byte[] { (byte)0xa5, (byte)0xd2, (byte)0xa, (byte)0x7d, (byte)0xbc }) reaction, expressing love or appreciation.
public static final int Celebrate
A XVHK4D9KDb.get(new byte[] { (byte)0xae, (byte)0xd2, (byte)0x7, (byte)0x6a, (byte)0xaa, (byte)0xd2, (byte)0xac, (byte)0x2b, (byte)0x8 }) reaction, indicating joy or congratulations.
public static final int Laugh
A XVHK4D9KDb.get(new byte[] { (byte)0xa1, (byte)0xd6, (byte)0x1e, (byte)0x68, (byte)0xa0 }) reaction, showing amusement.
public static final int Surprised
A XVHK4D9KDb.get(new byte[] { (byte)0xbe, (byte)0xc2, (byte)0x19, (byte)0x7f, (byte)0xba, (byte)0xc9, (byte)0xbe, (byte)0x3a, (byte)0x9 }) reaction, indicating astonishment.
public static final int Sad
A XVHK4D9KDb.get(new byte[] { (byte)0xbe, (byte)0xd6, (byte)0xf }) 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.