replugged

    Interface Typing

    interface Typing {
        startTyping: (channelId: string) => void;
        stopTyping: (channelId: string) => void;
    }
    Index

    Properties

    startTyping: (channelId: string) => void
    stopTyping: (channelId: string) => void
    MMNEPVFCICPMFPCPTTAAATR