Package net.dv8tion.jda.api.entities
Interface ThreadMember
-
- All Superinterfaces:
Formattable,IMentionable,ISnowflake
public interface ThreadMember extends IMentionable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description longgetFlagsRaw()GuildgetGuild()JDAgetJDA()MembergetMember()ThreadChannelgetThread()OffsetDateTimegetTimeJoined()UsergetUser()default booleanisThreadOwner()-
Methods inherited from interface net.dv8tion.jda.api.entities.IMentionable
formatTo, getAsMention
-
Methods inherited from interface net.dv8tion.jda.api.entities.ISnowflake
getId, getIdLong, getTimeCreated
-
-
-
-
Method Detail
-
getThread
@Nonnull ThreadChannel getThread()
-
getTimeJoined
@Nonnull OffsetDateTime getTimeJoined()
-
getFlagsRaw
long getFlagsRaw()
-
isThreadOwner
default boolean isThreadOwner()
-
-