Interface TypingSubscriptionResponse

A response object that allows you to control the subscription to typing events.

interface TypingSubscriptionResponse {
    unsubscribe: (() => void);
}

Properties

Properties

unsubscribe: (() => void)

Unsubscribe the listener registered with Typing.subscribe from typing events.