Uses of Interface
org.javacord.api.event.channel.server.thread.ServerPrivateThreadJoinEvent
-
Packages that use ServerPrivateThreadJoinEvent Package Description org.javacord.api.listener.server.thread -
-
Uses of ServerPrivateThreadJoinEvent in org.javacord.api.listener.server.thread
Methods in org.javacord.api.listener.server.thread with parameters of type ServerPrivateThreadJoinEvent Modifier and Type Method Description voidServerPrivateThreadJoinListener. onServerPrivateThreadJoin(ServerPrivateThreadJoinEvent event)This method is called every time you (the bot) joins a server thread channel.
-