Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ModifyMessageParams<T>

Parameters for modifying (editing) a sent message's content.

Type Parameters

  • T extends Record<string, any>

    The type of the message content

Hierarchy

  • ModifyMessageParams

Index

Properties

messageId: string

The unique server-side message ID

content: T

The message content payload

channelIdentifier: ChannelIdentifier

The channel identifier where the message belongs