Emote
, ListedEmote
, PrivateChannel
, SelfUser
, User
, Webhook
public interface IFakeable
isFake()
is true) is an entity which is not directly related to this instance of JDA or
this JDA shard.
User
.
PrivateChannel
is also fake!
Another example would be a fake Emote
. If a user sends a message containing
an Emote from a Guild
that the currently logged in account is not a part of,
JDA will construct a fake Emote
object for it.
Modifier and Type | Method | Description |
---|---|---|
boolean |
isFake() |
Describes whether an entity is fake or not.
|