Hierarchy

  • SendbirdDataPayload

Properties

app_id: string
audience_type: string
category: string
channel: {
    channel_unread_message_count: number;
    channel_url: string;
    custom_type: string;
    name: string;
}

Type declaration

  • channel_unread_message_count: number
  • channel_url: string
  • custom_type: string
  • name: string
channel_type: string
created_at: number
custom_type: string
mentioned_users: NotificationMentionedUsers[]
message: string
message_id: number
push_sound: string
push_title: null
recipient: {
    id: string;
    name: string;
    push_template: string;
}

Type declaration

  • id: string
  • name: string
  • push_template: string
sender?: {
    id: string;
    name: string;
    profile_url: string;
    require_auth_for_profile_image: boolean;
}

Type declaration

  • id: string
  • name: string
  • profile_url: string
  • require_auth_for_profile_image: boolean
sqs_ts: number
type: string
unread_message_count: number

Generated using TypeDoc