Interface WelcomeScreenChannel
-
public interface WelcomeScreenChannelThis class represents a Welcome Screen Channel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetChannelId()Gets the channel's id.java.lang.StringgetDescription()Gets the description shown for the channel.java.util.Optional<java.lang.Long>getEmojiId()Gets the emoji id, if the emoji is custom.java.util.Optional<java.lang.String>getEmojiName()Gets the emoji name if custom or the unicode character.
-
-
-
Method Detail
-
getChannelId
long getChannelId()
Gets the channel's id.- Returns:
- the channel's id
-
getDescription
java.lang.String getDescription()
Gets the description shown for the channel.- Returns:
- the description shown for the channel.
-
getEmojiId
java.util.Optional<java.lang.Long> getEmojiId()
Gets the emoji id, if the emoji is custom.- Returns:
- the emoji id, if the emoji is custom.
-
getEmojiName
java.util.Optional<java.lang.String> getEmojiName()
Gets the emoji name if custom or the unicode character.- Returns:
- the emoji name if custom or the unicode character.
-
-