@FunctionalInterface
public interface NewChatMemberHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onNewChatMember(Chat chat,
User user,
NewChatMembersMessage message)
Handles an incoming new chat member.
|
void onNewChatMember(Chat chat, User user, NewChatMembersMessage message) throws java.lang.Throwable
chat - the chatuser - new chat membermessage - message relative to the updatejava.lang.Throwable - if a throwable is thrown