Options
All
  • Public
  • Public/Protected
  • All
Menu

Module nim/MessageInterface

Index

Type aliases

NIMMsgScene: keyof typeof NIMEnumMsgScene

Messaging scenario

NIMMsgType: keyof typeof NIMEnumMsgType
NIMP2PMsgReceipt: { idClient: string; msgReceiptTime: number; sessionId: string }

Type declaration

  • idClient: string

    Message idServer

  • msgReceiptTime: number

    Time a message was read

  • sessionId: string
NIMTeamMsgReceipt: { account: string; idClient: string; idServer: string; read: number; teamId: string; unread: number }

Type declaration

  • account: string

    The ID of an account marked read

  • idClient: string

    Message idServer

  • idServer: string

    Message idServer

  • read: number

    The number of accounts that are marked read.

  • teamId: string
  • unread: number

    The number of accounts that are not marked read