Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChannelEvent<T, U>

Type parameters

  • T

  • U

Hierarchy

  • ChannelEvent

Index

Properties

meta_change

meta_change: (channel: T, type: number, newMeta: SetChannelMeta) => void

Type declaration

    • (channel: T, type: number, newMeta: SetChannelMeta): void
    • Parameters

      • channel: T
      • type: number
      • newMeta: SetChannelMeta

      Returns void

user_join

user_join: (feedChatlog: Readonly<TypedChatlog<FEED>>, channel: T, user: U, feed: ChatFeeds) => void

Type declaration

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

      • feedChatlog: Readonly<TypedChatlog<FEED>>
      • channel: T
      • user: U
      • feed: ChatFeeds

      Returns void

user_left

user_left: (feedChatlog: Readonly<TypedChatlog<FEED>>, channel: T, user: U, feed: ChatFeeds) => void

Type declaration

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

      • feedChatlog: Readonly<TypedChatlog<FEED>>
      • channel: T
      • user: U
      • feed: ChatFeeds

      Returns void

Generated using TypeDoc