@FunctionalInterface
public interface ChatJoinHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onJoin(Chat chat,
NewChatMembersMessage message)
Handles a join in a chat.
|
void onJoin(Chat chat, NewChatMembersMessage message) throws java.lang.Throwable
chat - the chatmessage - message relative to the updatejava.lang.Throwable - if a throwable is thrown