Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChatEvent<T, U>

Type parameters

  • T

  • U

Hierarchy

  • ChatEvent

Index

Properties

chat

chat: (data: TalkChatData, channel: T) => void

Type declaration

chat_deleted

chat_deleted: (feedChatlog: Readonly<TypedChatlog<FEED>>, channel: T, feed: DeleteAllFeed) => void

Type declaration

    • (feedChatlog: Readonly<TypedChatlog<FEED>>, channel: T, feed: DeleteAllFeed): void
    • Parameters

      • feedChatlog: Readonly<TypedChatlog<FEED>>
      • channel: T
      • feed: DeleteAllFeed

      Returns void

chat_read

chat_read: (chat: Readonly<ChatLogged>, channel: T, reader?: U) => void

Type declaration

    • (chat: Readonly<ChatLogged>, channel: T, reader?: U): void
    • Parameters

      • chat: Readonly<ChatLogged>
      • channel: T
      • Optional reader: U

      Returns void

Generated using TypeDoc