Options
All
  • Public
  • Public/Protected
  • All
Menu

Compound type of incoming event data. Includes many event types & only one property is defined at the same time.

Hierarchy

  • IncomingEventData

Index

Properties

Optional addedParticipants

addedParticipants: { firstName: string; fullName: string; userId: ThreadID }[]

Optional changeAdminInfo

changeAdminInfo: { isAdminFromNow: boolean; targetId: ThreadID }

Type declaration

  • isAdminFromNow: boolean
  • targetId: ThreadID

Optional leftParticipantFbId

leftParticipantFbId: string | number

Optional newThreadColorTheme

newThreadColorTheme: { accessibility_label: string; gradient?: string[]; should_show_icon: boolean; theme_color: string; theme_name_with_subtitle: string }

Type declaration

  • accessibility_label: string
  • Optional gradient?: string[]
  • should_show_icon: boolean
  • theme_color: string
  • theme_name_with_subtitle: string

Optional newThreadEmoji

newThreadEmoji: { thread_icon: string; thread_icon_url: string }

Type declaration

  • thread_icon: string
  • thread_icon_url: string

Optional newThreadName

newThreadName: string