default NonThrowingAutoCloseable |
TextChannel.typeContinuously() |
Displays the "xyz is typing..." message continuously, starting immediately.
|
default NonThrowingAutoCloseable |
TextChannel.typeContinuously(Consumer<Throwable> exceptionHandler) |
Displays the "xyz is typing..." message continuously, starting immediately.
|
default NonThrowingAutoCloseable |
TextChannel.typeContinuouslyAfter(long delay,
TimeUnit timeUnit) |
Displays the "xyz is typing..." message continuously, starting delayed.
|
default NonThrowingAutoCloseable |
TextChannel.typeContinuouslyAfter(long delay,
TimeUnit timeUnit,
Consumer<Throwable> exceptionHandler) |
Displays the "xyz is typing..." message continuously, starting delayed.
|