Interface ServerPrivateThreadJoinEvent
-
- All Superinterfaces:
ChannelEvent,Event,ServerChannelEvent,ServerEvent,ServerThreadChannelEvent
public interface ServerPrivateThreadJoinEvent extends ServerThreadChannelEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThreadMembergetThreadMember()Gets the thread members that joined the thread.-
Methods inherited from interface org.javacord.api.event.channel.server.ServerChannelEvent
getServer
-
Methods inherited from interface org.javacord.api.event.channel.server.thread.ServerThreadChannelEvent
getChannel
-
-
-
-
Method Detail
-
getThreadMember
ThreadMember getThreadMember()
Gets the thread members that joined the thread.- Returns:
- The thread members that joined the thread.
-
-