Class CommentContext<S>

Type Parameters

Hierarchy (view full)

Constructors

Properties

$groupId?: number
api: API
attachments: (Attachment<object, string> | ExternalAttachment<object, string>)[]
state: S
type: "comment"
upload: Upload

Accessors

Methods

  • Edits a comment

    Parameters

    • options: {
          attachments?: any;
          message?: string;
      }
      • Optional attachments?: any
      • Optional message?: string

    Returns Promise<number>

Generated using TypeDoc