@FunctionalInterface
public interface ChannelPostEditHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onChannelPostEdit(Message message,
long editDate)
Handles an incoming channel post edit.
|
void onChannelPostEdit(Message message, long editDate) throws java.lang.Throwable
message - new incoming editeditDate - the date of the editjava.lang.Throwable - if a throwable is thrown