-
public final class TypingEvent
-
-
Constructor Summary
Constructors Constructor Description TypingEvent(String channelId, List<User> users)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final List<User>component2()final TypingEventcopy(String channelId, List<User> users)final StringgetChannelId()final List<User>getUsers()-
-
Method Detail
-
component1
final String component1()
-
component2
final List<User> component2()
-
copy
final TypingEvent copy(String channelId, List<User> users)
-
getChannelId
final String getChannelId()
-
-
-
-