Interface Messageable
-
- All Known Implementing Classes:
DmChannel,GuildChannel
public interface Messageable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendTextMessage(@NotNull java.lang.String message, @NotNull Bot bot)
-
-
-
Method Detail
-
sendTextMessage
void sendTextMessage(@NotNull @NotNull java.lang.String message, @NotNull @NotNull Bot bot)
-
-