canUseTypingEvents property
bool
get
canUseTypingEvents
True, if the current user can send and receive typing events.
Implementation
bool get canUseTypingEvents {
return ownCapabilities.contains(ChannelCapability.typingEvents);
}