Package net.dv8tion.jda.api.entities
Class Webhook.GuildReference
java.lang.Object
net.dv8tion.jda.api.entities.Webhook.GuildReference
- All Implemented Interfaces:
ISnowflake
- Enclosing interface:
- Webhook
Partial Guild which references the source guild for a follower webhook.
-
Constructor Details
-
GuildReference
-
-
Method Details
-
getIdLong
public long getIdLong()Description copied from interface:ISnowflake
The Snowflake id of this entity. This is unique to every entity and will never change.- Specified by:
getIdLong
in interfaceISnowflake
- Returns:
- Long containing the Id.
-
getName
The source guild's name- Returns:
- The guild name
-