Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISendApiMessageResultItem

A result item of a 'sendMessages()' call.

Hierarchy

  • ISendApiMessageResultItem

Index

Properties

duration

duration: number

The duration in milliseconds, the operation needed.

Optional error

error?: string

Error message, if success is not (true).

success

success: boolean

Operation was successful or not.

Generated using TypeDoc