Type alias MessageData

MessageData: {
    file: string | null;
    html: string | null;
    location: [F64, F64] | null;
    overrideSenderName: string | null;
    quotedMessageId: T.U32 | null;
    quotedText: string | null;
    text: string | null;
    viewtype: Viewtype | null;
}

Type declaration

  • file: string | null
  • html: string | null
  • location: [F64, F64] | null
  • overrideSenderName: string | null
  • quotedMessageId: T.U32 | null

    Quoted message id. Takes preference over quoted_text (see below).

  • quotedText: string | null
  • text: string | null
  • viewtype: Viewtype | null

Generated using TypeDoc