Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TelegramJob

Represents a telegram job, which is a telegram combined with a set of recipients for that telegram.

Hierarchy

  • TelegramJob

Index

Properties

dryRun

dryRun: boolean

Whether to not actually send any telegrams to the specified recipients.

id

id: string

The ID of this job.

recipients

recipients: Recipient[]

The recipients associated with this job.

refresh

refresh: boolean

Whether the list of recipients should be refreshed by re-evaluating the TRL string at periodic intervals.

refreshOverrideCache

refreshOverrideCache: RefreshOverrideCache

Rules for when to override API caching when re-evaluating a TRL string during a refresh.

status

Information about the status of the job.

tgInfo

tgInfo: TelegramInfo

Information about the telegram associated with this job.

trl

trl: string

The TRL string associated with this job.

Generated using TypeDoc