Skip to main content

CleanUpTypingEvent

A special event type which is only emitted by the SDK and never the backend. This event is emitted by TypingStartCleanupMiddleware to signal that a typing event must be cleaned up, due to timeout of that event.

public struct CleanUpTypingEvent: Event 

Inheritance

Equatable, Event

Properties

cid

public let cid: ChannelId

userId

public let userId: UserId

Operators

==

public static func == (lhs: CleanUpTypingEvent, rhs: CleanUpTypingEvent) -> Bool 

Did you find this page helpful?