@lessly/sdk-app 47.1.1 → 48.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/analytics/index.d.cts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/brain/index.d.cts +1 -1
- package/dist/brain/index.d.ts +1 -1
- package/dist/{client.gen-BsvWS7J-.d.cts → client.gen-DqvpKriz.d.cts} +235 -231
- package/dist/{client.gen-BsvWS7J-.d.ts → client.gen-DqvpKriz.d.ts} +235 -231
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/content/index.d.cts +1 -1
- package/dist/content/index.d.ts +1 -1
- package/dist/deployment/index.d.cts +1 -1
- package/dist/deployment/index.d.ts +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/mail/index.d.cts +2 -2
- package/dist/mail/index.d.ts +2 -2
- package/dist/observe/index.d.cts +1 -1
- package/dist/observe/index.d.ts +1 -1
- package/dist/organization/index.d.cts +1 -1
- package/dist/organization/index.d.ts +1 -1
- package/dist/playground/index.d.cts +1 -1
- package/dist/playground/index.d.ts +1 -1
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/index.d.ts +1 -1
- package/dist/support/index.d.cts +1 -1
- package/dist/support/index.d.ts +1 -1
- package/dist/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/users/index.d.cts +1 -1
- package/dist/users/index.d.ts +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +2 -2
- package/src/gen/types.gen.ts +235 -231
package/src/gen/types.gen.ts
CHANGED
|
@@ -2211,7 +2211,7 @@ export interface ContentPostsApproveOutput {
|
|
|
2211
2211
|
*/
|
|
2212
2212
|
id: string
|
|
2213
2213
|
/**
|
|
2214
|
-
* The current text of the post.
|
|
2214
|
+
* The current text of the post, in markdown.
|
|
2215
2215
|
*/
|
|
2216
2216
|
text: string
|
|
2217
2217
|
/**
|
|
@@ -2264,7 +2264,7 @@ export interface ContentPostsAttachMediaOutput {
|
|
|
2264
2264
|
*/
|
|
2265
2265
|
id: string
|
|
2266
2266
|
/**
|
|
2267
|
-
* The current text of the post.
|
|
2267
|
+
* The current text of the post, in markdown.
|
|
2268
2268
|
*/
|
|
2269
2269
|
text: string
|
|
2270
2270
|
/**
|
|
@@ -2299,7 +2299,7 @@ approvedVersion: (number | null)
|
|
|
2299
2299
|
|
|
2300
2300
|
export interface ContentPostsCreateInput {
|
|
2301
2301
|
/**
|
|
2302
|
-
* The post text, channel-independent. Per-channel variants come later, at publish time.
|
|
2302
|
+
* The post text, channel-independent, written in markdown — bold, italic, lists, links. Each network gets it flattened to the plain text that network accepts; content_publications_validate shows exactly what that looks like per channel. Per-channel variants come later, at publish time.
|
|
2303
2303
|
*/
|
|
2304
2304
|
text: string
|
|
2305
2305
|
/**
|
|
@@ -2316,7 +2316,7 @@ export interface ContentPostsCreateOutput {
|
|
|
2316
2316
|
*/
|
|
2317
2317
|
id: string
|
|
2318
2318
|
/**
|
|
2319
|
-
* The current text of the post.
|
|
2319
|
+
* The current text of the post, in markdown.
|
|
2320
2320
|
*/
|
|
2321
2321
|
text: string
|
|
2322
2322
|
/**
|
|
@@ -2369,7 +2369,7 @@ export interface ContentPostsDetachMediaOutput {
|
|
|
2369
2369
|
*/
|
|
2370
2370
|
id: string
|
|
2371
2371
|
/**
|
|
2372
|
-
* The current text of the post.
|
|
2372
|
+
* The current text of the post, in markdown.
|
|
2373
2373
|
*/
|
|
2374
2374
|
text: string
|
|
2375
2375
|
/**
|
|
@@ -2415,7 +2415,7 @@ export interface ContentPostsGetOutput {
|
|
|
2415
2415
|
*/
|
|
2416
2416
|
id: string
|
|
2417
2417
|
/**
|
|
2418
|
-
* The current text of the post.
|
|
2418
|
+
* The current text of the post, in markdown.
|
|
2419
2419
|
*/
|
|
2420
2420
|
text: string
|
|
2421
2421
|
/**
|
|
@@ -2473,7 +2473,7 @@ posts: {
|
|
|
2473
2473
|
*/
|
|
2474
2474
|
id: string
|
|
2475
2475
|
/**
|
|
2476
|
-
* The current text of the post.
|
|
2476
|
+
* The current text of the post, in markdown.
|
|
2477
2477
|
*/
|
|
2478
2478
|
text: string
|
|
2479
2479
|
/**
|
|
@@ -2524,7 +2524,7 @@ export interface ContentPostsSubmitOutput {
|
|
|
2524
2524
|
*/
|
|
2525
2525
|
id: string
|
|
2526
2526
|
/**
|
|
2527
|
-
* The current text of the post.
|
|
2527
|
+
* The current text of the post, in markdown.
|
|
2528
2528
|
*/
|
|
2529
2529
|
text: string
|
|
2530
2530
|
/**
|
|
@@ -2563,7 +2563,7 @@ export interface ContentPostsUpdateInput {
|
|
|
2563
2563
|
*/
|
|
2564
2564
|
id: string
|
|
2565
2565
|
/**
|
|
2566
|
-
* Replacement text. Omit to keep the current text.
|
|
2566
|
+
* Replacement text, in markdown. Omit to keep the current text.
|
|
2567
2567
|
*/
|
|
2568
2568
|
text?: string
|
|
2569
2569
|
/**
|
|
@@ -2580,7 +2580,7 @@ export interface ContentPostsUpdateOutput {
|
|
|
2580
2580
|
*/
|
|
2581
2581
|
id: string
|
|
2582
2582
|
/**
|
|
2583
|
-
* The current text of the post.
|
|
2583
|
+
* The current text of the post, in markdown.
|
|
2584
2584
|
*/
|
|
2585
2585
|
text: string
|
|
2586
2586
|
/**
|
|
@@ -2669,7 +2669,7 @@ export interface ContentPublicationsCancelOutput {
|
|
|
2669
2669
|
*/
|
|
2670
2670
|
id: string
|
|
2671
2671
|
/**
|
|
2672
|
-
* The
|
|
2672
|
+
* The exact text that will be published to this channel — markdown already flattened to plain network text at schedule time. Not the markdown source; that stays on the post.
|
|
2673
2673
|
*/
|
|
2674
2674
|
text: string
|
|
2675
2675
|
/**
|
|
@@ -2759,7 +2759,7 @@ export interface ContentPublicationsConfirmOutput {
|
|
|
2759
2759
|
*/
|
|
2760
2760
|
id: string
|
|
2761
2761
|
/**
|
|
2762
|
-
* The
|
|
2762
|
+
* The exact text that will be published to this channel — markdown already flattened to plain network text at schedule time. Not the markdown source; that stays on the post.
|
|
2763
2763
|
*/
|
|
2764
2764
|
text: string
|
|
2765
2765
|
/**
|
|
@@ -2841,7 +2841,7 @@ export interface ContentPublicationsGetOutput {
|
|
|
2841
2841
|
*/
|
|
2842
2842
|
id: string
|
|
2843
2843
|
/**
|
|
2844
|
-
* The
|
|
2844
|
+
* The exact text that will be published to this channel — markdown already flattened to plain network text at schedule time. Not the markdown source; that stays on the post.
|
|
2845
2845
|
*/
|
|
2846
2846
|
text: string
|
|
2847
2847
|
/**
|
|
@@ -2955,7 +2955,7 @@ publications: {
|
|
|
2955
2955
|
*/
|
|
2956
2956
|
id: string
|
|
2957
2957
|
/**
|
|
2958
|
-
* The
|
|
2958
|
+
* The exact text that will be published to this channel — markdown already flattened to plain network text at schedule time. Not the markdown source; that stays on the post.
|
|
2959
2959
|
*/
|
|
2960
2960
|
text: string
|
|
2961
2961
|
/**
|
|
@@ -3027,7 +3027,7 @@ reminderSentAt: (string | null)
|
|
|
3027
3027
|
|
|
3028
3028
|
export interface ContentPublicationsPublishInput {
|
|
3029
3029
|
/**
|
|
3030
|
-
* Per-channel variant of the text. Omit to
|
|
3030
|
+
* Per-channel variant of the text, in markdown. Omit to use the post text. It is rendered to plain network text before it is stored — call content_publications_validate first if you want to see the result.
|
|
3031
3031
|
*/
|
|
3032
3032
|
text?: string
|
|
3033
3033
|
/**
|
|
@@ -3050,7 +3050,7 @@ export interface ContentPublicationsPublishOutput {
|
|
|
3050
3050
|
*/
|
|
3051
3051
|
id: string
|
|
3052
3052
|
/**
|
|
3053
|
-
* The
|
|
3053
|
+
* The exact text that will be published to this channel — markdown already flattened to plain network text at schedule time. Not the markdown source; that stays on the post.
|
|
3054
3054
|
*/
|
|
3055
3055
|
text: string
|
|
3056
3056
|
/**
|
|
@@ -3132,7 +3132,7 @@ export interface ContentPublicationsRemindOutput {
|
|
|
3132
3132
|
*/
|
|
3133
3133
|
id: string
|
|
3134
3134
|
/**
|
|
3135
|
-
* The
|
|
3135
|
+
* The exact text that will be published to this channel — markdown already flattened to plain network text at schedule time. Not the markdown source; that stays on the post.
|
|
3136
3136
|
*/
|
|
3137
3137
|
text: string
|
|
3138
3138
|
/**
|
|
@@ -3218,7 +3218,7 @@ export interface ContentPublicationsRescheduleOutput {
|
|
|
3218
3218
|
*/
|
|
3219
3219
|
id: string
|
|
3220
3220
|
/**
|
|
3221
|
-
* The
|
|
3221
|
+
* The exact text that will be published to this channel — markdown already flattened to plain network text at schedule time. Not the markdown source; that stays on the post.
|
|
3222
3222
|
*/
|
|
3223
3223
|
text: string
|
|
3224
3224
|
/**
|
|
@@ -3289,7 +3289,7 @@ reminderSentAt: (string | null)
|
|
|
3289
3289
|
|
|
3290
3290
|
export interface ContentPublicationsScheduleInput {
|
|
3291
3291
|
/**
|
|
3292
|
-
* Per-channel variant of the text. Omit to
|
|
3292
|
+
* Per-channel variant of the text, in markdown. Omit to use the post text. It is rendered to plain network text before it is stored — call content_publications_validate first if you want to see the result.
|
|
3293
3293
|
*/
|
|
3294
3294
|
text?: string
|
|
3295
3295
|
/**
|
|
@@ -3316,7 +3316,7 @@ export interface ContentPublicationsScheduleOutput {
|
|
|
3316
3316
|
*/
|
|
3317
3317
|
id: string
|
|
3318
3318
|
/**
|
|
3319
|
-
* The
|
|
3319
|
+
* The exact text that will be published to this channel — markdown already flattened to plain network text at schedule time. Not the markdown source; that stays on the post.
|
|
3320
3320
|
*/
|
|
3321
3321
|
text: string
|
|
3322
3322
|
/**
|
|
@@ -3398,7 +3398,7 @@ postId: string
|
|
|
3398
3398
|
*/
|
|
3399
3399
|
channels: [{
|
|
3400
3400
|
/**
|
|
3401
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3401
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3402
3402
|
*/
|
|
3403
3403
|
text?: string
|
|
3404
3404
|
/**
|
|
@@ -3407,7 +3407,7 @@ text?: string
|
|
|
3407
3407
|
channelId: string
|
|
3408
3408
|
}]|[{
|
|
3409
3409
|
/**
|
|
3410
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3410
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3411
3411
|
*/
|
|
3412
3412
|
text?: string
|
|
3413
3413
|
/**
|
|
@@ -3416,7 +3416,7 @@ text?: string
|
|
|
3416
3416
|
channelId: string
|
|
3417
3417
|
}, {
|
|
3418
3418
|
/**
|
|
3419
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3419
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3420
3420
|
*/
|
|
3421
3421
|
text?: string
|
|
3422
3422
|
/**
|
|
@@ -3425,7 +3425,7 @@ text?: string
|
|
|
3425
3425
|
channelId: string
|
|
3426
3426
|
}]|[{
|
|
3427
3427
|
/**
|
|
3428
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3428
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3429
3429
|
*/
|
|
3430
3430
|
text?: string
|
|
3431
3431
|
/**
|
|
@@ -3434,7 +3434,7 @@ text?: string
|
|
|
3434
3434
|
channelId: string
|
|
3435
3435
|
}, {
|
|
3436
3436
|
/**
|
|
3437
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3437
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3438
3438
|
*/
|
|
3439
3439
|
text?: string
|
|
3440
3440
|
/**
|
|
@@ -3443,7 +3443,7 @@ text?: string
|
|
|
3443
3443
|
channelId: string
|
|
3444
3444
|
}, {
|
|
3445
3445
|
/**
|
|
3446
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3446
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3447
3447
|
*/
|
|
3448
3448
|
text?: string
|
|
3449
3449
|
/**
|
|
@@ -3452,7 +3452,7 @@ text?: string
|
|
|
3452
3452
|
channelId: string
|
|
3453
3453
|
}]|[{
|
|
3454
3454
|
/**
|
|
3455
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3455
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3456
3456
|
*/
|
|
3457
3457
|
text?: string
|
|
3458
3458
|
/**
|
|
@@ -3461,7 +3461,7 @@ text?: string
|
|
|
3461
3461
|
channelId: string
|
|
3462
3462
|
}, {
|
|
3463
3463
|
/**
|
|
3464
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3464
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3465
3465
|
*/
|
|
3466
3466
|
text?: string
|
|
3467
3467
|
/**
|
|
@@ -3470,7 +3470,7 @@ text?: string
|
|
|
3470
3470
|
channelId: string
|
|
3471
3471
|
}, {
|
|
3472
3472
|
/**
|
|
3473
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3473
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3474
3474
|
*/
|
|
3475
3475
|
text?: string
|
|
3476
3476
|
/**
|
|
@@ -3479,7 +3479,7 @@ text?: string
|
|
|
3479
3479
|
channelId: string
|
|
3480
3480
|
}, {
|
|
3481
3481
|
/**
|
|
3482
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3482
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3483
3483
|
*/
|
|
3484
3484
|
text?: string
|
|
3485
3485
|
/**
|
|
@@ -3488,7 +3488,7 @@ text?: string
|
|
|
3488
3488
|
channelId: string
|
|
3489
3489
|
}]|[{
|
|
3490
3490
|
/**
|
|
3491
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3491
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3492
3492
|
*/
|
|
3493
3493
|
text?: string
|
|
3494
3494
|
/**
|
|
@@ -3497,7 +3497,7 @@ text?: string
|
|
|
3497
3497
|
channelId: string
|
|
3498
3498
|
}, {
|
|
3499
3499
|
/**
|
|
3500
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3500
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3501
3501
|
*/
|
|
3502
3502
|
text?: string
|
|
3503
3503
|
/**
|
|
@@ -3506,7 +3506,7 @@ text?: string
|
|
|
3506
3506
|
channelId: string
|
|
3507
3507
|
}, {
|
|
3508
3508
|
/**
|
|
3509
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3509
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3510
3510
|
*/
|
|
3511
3511
|
text?: string
|
|
3512
3512
|
/**
|
|
@@ -3515,7 +3515,7 @@ text?: string
|
|
|
3515
3515
|
channelId: string
|
|
3516
3516
|
}, {
|
|
3517
3517
|
/**
|
|
3518
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3518
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3519
3519
|
*/
|
|
3520
3520
|
text?: string
|
|
3521
3521
|
/**
|
|
@@ -3524,7 +3524,7 @@ text?: string
|
|
|
3524
3524
|
channelId: string
|
|
3525
3525
|
}, {
|
|
3526
3526
|
/**
|
|
3527
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3527
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3528
3528
|
*/
|
|
3529
3529
|
text?: string
|
|
3530
3530
|
/**
|
|
@@ -3533,7 +3533,7 @@ text?: string
|
|
|
3533
3533
|
channelId: string
|
|
3534
3534
|
}]|[{
|
|
3535
3535
|
/**
|
|
3536
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3536
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3537
3537
|
*/
|
|
3538
3538
|
text?: string
|
|
3539
3539
|
/**
|
|
@@ -3542,7 +3542,7 @@ text?: string
|
|
|
3542
3542
|
channelId: string
|
|
3543
3543
|
}, {
|
|
3544
3544
|
/**
|
|
3545
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3545
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3546
3546
|
*/
|
|
3547
3547
|
text?: string
|
|
3548
3548
|
/**
|
|
@@ -3551,7 +3551,7 @@ text?: string
|
|
|
3551
3551
|
channelId: string
|
|
3552
3552
|
}, {
|
|
3553
3553
|
/**
|
|
3554
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3554
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3555
3555
|
*/
|
|
3556
3556
|
text?: string
|
|
3557
3557
|
/**
|
|
@@ -3560,7 +3560,7 @@ text?: string
|
|
|
3560
3560
|
channelId: string
|
|
3561
3561
|
}, {
|
|
3562
3562
|
/**
|
|
3563
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3563
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3564
3564
|
*/
|
|
3565
3565
|
text?: string
|
|
3566
3566
|
/**
|
|
@@ -3569,7 +3569,7 @@ text?: string
|
|
|
3569
3569
|
channelId: string
|
|
3570
3570
|
}, {
|
|
3571
3571
|
/**
|
|
3572
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3572
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3573
3573
|
*/
|
|
3574
3574
|
text?: string
|
|
3575
3575
|
/**
|
|
@@ -3578,7 +3578,7 @@ text?: string
|
|
|
3578
3578
|
channelId: string
|
|
3579
3579
|
}, {
|
|
3580
3580
|
/**
|
|
3581
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3581
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3582
3582
|
*/
|
|
3583
3583
|
text?: string
|
|
3584
3584
|
/**
|
|
@@ -3587,7 +3587,7 @@ text?: string
|
|
|
3587
3587
|
channelId: string
|
|
3588
3588
|
}]|[{
|
|
3589
3589
|
/**
|
|
3590
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3590
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3591
3591
|
*/
|
|
3592
3592
|
text?: string
|
|
3593
3593
|
/**
|
|
@@ -3596,7 +3596,7 @@ text?: string
|
|
|
3596
3596
|
channelId: string
|
|
3597
3597
|
}, {
|
|
3598
3598
|
/**
|
|
3599
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3599
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3600
3600
|
*/
|
|
3601
3601
|
text?: string
|
|
3602
3602
|
/**
|
|
@@ -3605,7 +3605,7 @@ text?: string
|
|
|
3605
3605
|
channelId: string
|
|
3606
3606
|
}, {
|
|
3607
3607
|
/**
|
|
3608
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3608
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3609
3609
|
*/
|
|
3610
3610
|
text?: string
|
|
3611
3611
|
/**
|
|
@@ -3614,7 +3614,7 @@ text?: string
|
|
|
3614
3614
|
channelId: string
|
|
3615
3615
|
}, {
|
|
3616
3616
|
/**
|
|
3617
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3617
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3618
3618
|
*/
|
|
3619
3619
|
text?: string
|
|
3620
3620
|
/**
|
|
@@ -3623,7 +3623,7 @@ text?: string
|
|
|
3623
3623
|
channelId: string
|
|
3624
3624
|
}, {
|
|
3625
3625
|
/**
|
|
3626
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3626
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3627
3627
|
*/
|
|
3628
3628
|
text?: string
|
|
3629
3629
|
/**
|
|
@@ -3632,7 +3632,7 @@ text?: string
|
|
|
3632
3632
|
channelId: string
|
|
3633
3633
|
}, {
|
|
3634
3634
|
/**
|
|
3635
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3635
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3636
3636
|
*/
|
|
3637
3637
|
text?: string
|
|
3638
3638
|
/**
|
|
@@ -3641,7 +3641,7 @@ text?: string
|
|
|
3641
3641
|
channelId: string
|
|
3642
3642
|
}, {
|
|
3643
3643
|
/**
|
|
3644
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3644
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3645
3645
|
*/
|
|
3646
3646
|
text?: string
|
|
3647
3647
|
/**
|
|
@@ -3650,7 +3650,7 @@ text?: string
|
|
|
3650
3650
|
channelId: string
|
|
3651
3651
|
}]|[{
|
|
3652
3652
|
/**
|
|
3653
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3653
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3654
3654
|
*/
|
|
3655
3655
|
text?: string
|
|
3656
3656
|
/**
|
|
@@ -3659,7 +3659,7 @@ text?: string
|
|
|
3659
3659
|
channelId: string
|
|
3660
3660
|
}, {
|
|
3661
3661
|
/**
|
|
3662
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3662
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3663
3663
|
*/
|
|
3664
3664
|
text?: string
|
|
3665
3665
|
/**
|
|
@@ -3668,7 +3668,7 @@ text?: string
|
|
|
3668
3668
|
channelId: string
|
|
3669
3669
|
}, {
|
|
3670
3670
|
/**
|
|
3671
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3671
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3672
3672
|
*/
|
|
3673
3673
|
text?: string
|
|
3674
3674
|
/**
|
|
@@ -3677,7 +3677,7 @@ text?: string
|
|
|
3677
3677
|
channelId: string
|
|
3678
3678
|
}, {
|
|
3679
3679
|
/**
|
|
3680
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3680
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3681
3681
|
*/
|
|
3682
3682
|
text?: string
|
|
3683
3683
|
/**
|
|
@@ -3686,7 +3686,7 @@ text?: string
|
|
|
3686
3686
|
channelId: string
|
|
3687
3687
|
}, {
|
|
3688
3688
|
/**
|
|
3689
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3689
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3690
3690
|
*/
|
|
3691
3691
|
text?: string
|
|
3692
3692
|
/**
|
|
@@ -3695,7 +3695,7 @@ text?: string
|
|
|
3695
3695
|
channelId: string
|
|
3696
3696
|
}, {
|
|
3697
3697
|
/**
|
|
3698
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3698
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3699
3699
|
*/
|
|
3700
3700
|
text?: string
|
|
3701
3701
|
/**
|
|
@@ -3704,7 +3704,7 @@ text?: string
|
|
|
3704
3704
|
channelId: string
|
|
3705
3705
|
}, {
|
|
3706
3706
|
/**
|
|
3707
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3707
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3708
3708
|
*/
|
|
3709
3709
|
text?: string
|
|
3710
3710
|
/**
|
|
@@ -3713,7 +3713,7 @@ text?: string
|
|
|
3713
3713
|
channelId: string
|
|
3714
3714
|
}, {
|
|
3715
3715
|
/**
|
|
3716
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3716
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3717
3717
|
*/
|
|
3718
3718
|
text?: string
|
|
3719
3719
|
/**
|
|
@@ -3722,7 +3722,7 @@ text?: string
|
|
|
3722
3722
|
channelId: string
|
|
3723
3723
|
}]|[{
|
|
3724
3724
|
/**
|
|
3725
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3725
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3726
3726
|
*/
|
|
3727
3727
|
text?: string
|
|
3728
3728
|
/**
|
|
@@ -3731,7 +3731,7 @@ text?: string
|
|
|
3731
3731
|
channelId: string
|
|
3732
3732
|
}, {
|
|
3733
3733
|
/**
|
|
3734
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3734
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3735
3735
|
*/
|
|
3736
3736
|
text?: string
|
|
3737
3737
|
/**
|
|
@@ -3740,7 +3740,7 @@ text?: string
|
|
|
3740
3740
|
channelId: string
|
|
3741
3741
|
}, {
|
|
3742
3742
|
/**
|
|
3743
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3743
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3744
3744
|
*/
|
|
3745
3745
|
text?: string
|
|
3746
3746
|
/**
|
|
@@ -3749,7 +3749,7 @@ text?: string
|
|
|
3749
3749
|
channelId: string
|
|
3750
3750
|
}, {
|
|
3751
3751
|
/**
|
|
3752
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3752
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3753
3753
|
*/
|
|
3754
3754
|
text?: string
|
|
3755
3755
|
/**
|
|
@@ -3758,7 +3758,7 @@ text?: string
|
|
|
3758
3758
|
channelId: string
|
|
3759
3759
|
}, {
|
|
3760
3760
|
/**
|
|
3761
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3761
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3762
3762
|
*/
|
|
3763
3763
|
text?: string
|
|
3764
3764
|
/**
|
|
@@ -3767,7 +3767,7 @@ text?: string
|
|
|
3767
3767
|
channelId: string
|
|
3768
3768
|
}, {
|
|
3769
3769
|
/**
|
|
3770
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3770
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3771
3771
|
*/
|
|
3772
3772
|
text?: string
|
|
3773
3773
|
/**
|
|
@@ -3776,7 +3776,7 @@ text?: string
|
|
|
3776
3776
|
channelId: string
|
|
3777
3777
|
}, {
|
|
3778
3778
|
/**
|
|
3779
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3779
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3780
3780
|
*/
|
|
3781
3781
|
text?: string
|
|
3782
3782
|
/**
|
|
@@ -3785,7 +3785,7 @@ text?: string
|
|
|
3785
3785
|
channelId: string
|
|
3786
3786
|
}, {
|
|
3787
3787
|
/**
|
|
3788
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3788
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3789
3789
|
*/
|
|
3790
3790
|
text?: string
|
|
3791
3791
|
/**
|
|
@@ -3794,7 +3794,7 @@ text?: string
|
|
|
3794
3794
|
channelId: string
|
|
3795
3795
|
}, {
|
|
3796
3796
|
/**
|
|
3797
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3797
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3798
3798
|
*/
|
|
3799
3799
|
text?: string
|
|
3800
3800
|
/**
|
|
@@ -3803,7 +3803,7 @@ text?: string
|
|
|
3803
3803
|
channelId: string
|
|
3804
3804
|
}]|[{
|
|
3805
3805
|
/**
|
|
3806
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3806
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3807
3807
|
*/
|
|
3808
3808
|
text?: string
|
|
3809
3809
|
/**
|
|
@@ -3812,7 +3812,7 @@ text?: string
|
|
|
3812
3812
|
channelId: string
|
|
3813
3813
|
}, {
|
|
3814
3814
|
/**
|
|
3815
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3815
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3816
3816
|
*/
|
|
3817
3817
|
text?: string
|
|
3818
3818
|
/**
|
|
@@ -3821,7 +3821,7 @@ text?: string
|
|
|
3821
3821
|
channelId: string
|
|
3822
3822
|
}, {
|
|
3823
3823
|
/**
|
|
3824
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3824
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3825
3825
|
*/
|
|
3826
3826
|
text?: string
|
|
3827
3827
|
/**
|
|
@@ -3830,7 +3830,7 @@ text?: string
|
|
|
3830
3830
|
channelId: string
|
|
3831
3831
|
}, {
|
|
3832
3832
|
/**
|
|
3833
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3833
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3834
3834
|
*/
|
|
3835
3835
|
text?: string
|
|
3836
3836
|
/**
|
|
@@ -3839,7 +3839,7 @@ text?: string
|
|
|
3839
3839
|
channelId: string
|
|
3840
3840
|
}, {
|
|
3841
3841
|
/**
|
|
3842
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3842
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3843
3843
|
*/
|
|
3844
3844
|
text?: string
|
|
3845
3845
|
/**
|
|
@@ -3848,7 +3848,7 @@ text?: string
|
|
|
3848
3848
|
channelId: string
|
|
3849
3849
|
}, {
|
|
3850
3850
|
/**
|
|
3851
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3851
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3852
3852
|
*/
|
|
3853
3853
|
text?: string
|
|
3854
3854
|
/**
|
|
@@ -3857,7 +3857,7 @@ text?: string
|
|
|
3857
3857
|
channelId: string
|
|
3858
3858
|
}, {
|
|
3859
3859
|
/**
|
|
3860
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3860
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3861
3861
|
*/
|
|
3862
3862
|
text?: string
|
|
3863
3863
|
/**
|
|
@@ -3866,7 +3866,7 @@ text?: string
|
|
|
3866
3866
|
channelId: string
|
|
3867
3867
|
}, {
|
|
3868
3868
|
/**
|
|
3869
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3869
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3870
3870
|
*/
|
|
3871
3871
|
text?: string
|
|
3872
3872
|
/**
|
|
@@ -3875,7 +3875,7 @@ text?: string
|
|
|
3875
3875
|
channelId: string
|
|
3876
3876
|
}, {
|
|
3877
3877
|
/**
|
|
3878
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3878
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3879
3879
|
*/
|
|
3880
3880
|
text?: string
|
|
3881
3881
|
/**
|
|
@@ -3884,7 +3884,7 @@ text?: string
|
|
|
3884
3884
|
channelId: string
|
|
3885
3885
|
}, {
|
|
3886
3886
|
/**
|
|
3887
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3887
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3888
3888
|
*/
|
|
3889
3889
|
text?: string
|
|
3890
3890
|
/**
|
|
@@ -3893,7 +3893,7 @@ text?: string
|
|
|
3893
3893
|
channelId: string
|
|
3894
3894
|
}]|[{
|
|
3895
3895
|
/**
|
|
3896
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3896
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3897
3897
|
*/
|
|
3898
3898
|
text?: string
|
|
3899
3899
|
/**
|
|
@@ -3902,7 +3902,7 @@ text?: string
|
|
|
3902
3902
|
channelId: string
|
|
3903
3903
|
}, {
|
|
3904
3904
|
/**
|
|
3905
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3905
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3906
3906
|
*/
|
|
3907
3907
|
text?: string
|
|
3908
3908
|
/**
|
|
@@ -3911,7 +3911,7 @@ text?: string
|
|
|
3911
3911
|
channelId: string
|
|
3912
3912
|
}, {
|
|
3913
3913
|
/**
|
|
3914
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3914
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3915
3915
|
*/
|
|
3916
3916
|
text?: string
|
|
3917
3917
|
/**
|
|
@@ -3920,7 +3920,7 @@ text?: string
|
|
|
3920
3920
|
channelId: string
|
|
3921
3921
|
}, {
|
|
3922
3922
|
/**
|
|
3923
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3923
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3924
3924
|
*/
|
|
3925
3925
|
text?: string
|
|
3926
3926
|
/**
|
|
@@ -3929,7 +3929,7 @@ text?: string
|
|
|
3929
3929
|
channelId: string
|
|
3930
3930
|
}, {
|
|
3931
3931
|
/**
|
|
3932
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3932
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3933
3933
|
*/
|
|
3934
3934
|
text?: string
|
|
3935
3935
|
/**
|
|
@@ -3938,7 +3938,7 @@ text?: string
|
|
|
3938
3938
|
channelId: string
|
|
3939
3939
|
}, {
|
|
3940
3940
|
/**
|
|
3941
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3941
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3942
3942
|
*/
|
|
3943
3943
|
text?: string
|
|
3944
3944
|
/**
|
|
@@ -3947,7 +3947,7 @@ text?: string
|
|
|
3947
3947
|
channelId: string
|
|
3948
3948
|
}, {
|
|
3949
3949
|
/**
|
|
3950
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3950
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3951
3951
|
*/
|
|
3952
3952
|
text?: string
|
|
3953
3953
|
/**
|
|
@@ -3956,7 +3956,7 @@ text?: string
|
|
|
3956
3956
|
channelId: string
|
|
3957
3957
|
}, {
|
|
3958
3958
|
/**
|
|
3959
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3959
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3960
3960
|
*/
|
|
3961
3961
|
text?: string
|
|
3962
3962
|
/**
|
|
@@ -3965,7 +3965,7 @@ text?: string
|
|
|
3965
3965
|
channelId: string
|
|
3966
3966
|
}, {
|
|
3967
3967
|
/**
|
|
3968
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3968
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3969
3969
|
*/
|
|
3970
3970
|
text?: string
|
|
3971
3971
|
/**
|
|
@@ -3974,7 +3974,7 @@ text?: string
|
|
|
3974
3974
|
channelId: string
|
|
3975
3975
|
}, {
|
|
3976
3976
|
/**
|
|
3977
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3977
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3978
3978
|
*/
|
|
3979
3979
|
text?: string
|
|
3980
3980
|
/**
|
|
@@ -3983,7 +3983,7 @@ text?: string
|
|
|
3983
3983
|
channelId: string
|
|
3984
3984
|
}, {
|
|
3985
3985
|
/**
|
|
3986
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3986
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3987
3987
|
*/
|
|
3988
3988
|
text?: string
|
|
3989
3989
|
/**
|
|
@@ -3992,7 +3992,7 @@ text?: string
|
|
|
3992
3992
|
channelId: string
|
|
3993
3993
|
}]|[{
|
|
3994
3994
|
/**
|
|
3995
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
3995
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
3996
3996
|
*/
|
|
3997
3997
|
text?: string
|
|
3998
3998
|
/**
|
|
@@ -4001,7 +4001,7 @@ text?: string
|
|
|
4001
4001
|
channelId: string
|
|
4002
4002
|
}, {
|
|
4003
4003
|
/**
|
|
4004
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4004
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4005
4005
|
*/
|
|
4006
4006
|
text?: string
|
|
4007
4007
|
/**
|
|
@@ -4010,7 +4010,7 @@ text?: string
|
|
|
4010
4010
|
channelId: string
|
|
4011
4011
|
}, {
|
|
4012
4012
|
/**
|
|
4013
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4013
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4014
4014
|
*/
|
|
4015
4015
|
text?: string
|
|
4016
4016
|
/**
|
|
@@ -4019,7 +4019,7 @@ text?: string
|
|
|
4019
4019
|
channelId: string
|
|
4020
4020
|
}, {
|
|
4021
4021
|
/**
|
|
4022
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4022
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4023
4023
|
*/
|
|
4024
4024
|
text?: string
|
|
4025
4025
|
/**
|
|
@@ -4028,7 +4028,7 @@ text?: string
|
|
|
4028
4028
|
channelId: string
|
|
4029
4029
|
}, {
|
|
4030
4030
|
/**
|
|
4031
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4031
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4032
4032
|
*/
|
|
4033
4033
|
text?: string
|
|
4034
4034
|
/**
|
|
@@ -4037,7 +4037,7 @@ text?: string
|
|
|
4037
4037
|
channelId: string
|
|
4038
4038
|
}, {
|
|
4039
4039
|
/**
|
|
4040
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4040
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4041
4041
|
*/
|
|
4042
4042
|
text?: string
|
|
4043
4043
|
/**
|
|
@@ -4046,7 +4046,7 @@ text?: string
|
|
|
4046
4046
|
channelId: string
|
|
4047
4047
|
}, {
|
|
4048
4048
|
/**
|
|
4049
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4049
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4050
4050
|
*/
|
|
4051
4051
|
text?: string
|
|
4052
4052
|
/**
|
|
@@ -4055,7 +4055,7 @@ text?: string
|
|
|
4055
4055
|
channelId: string
|
|
4056
4056
|
}, {
|
|
4057
4057
|
/**
|
|
4058
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4058
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4059
4059
|
*/
|
|
4060
4060
|
text?: string
|
|
4061
4061
|
/**
|
|
@@ -4064,7 +4064,7 @@ text?: string
|
|
|
4064
4064
|
channelId: string
|
|
4065
4065
|
}, {
|
|
4066
4066
|
/**
|
|
4067
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4067
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4068
4068
|
*/
|
|
4069
4069
|
text?: string
|
|
4070
4070
|
/**
|
|
@@ -4073,7 +4073,7 @@ text?: string
|
|
|
4073
4073
|
channelId: string
|
|
4074
4074
|
}, {
|
|
4075
4075
|
/**
|
|
4076
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4076
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4077
4077
|
*/
|
|
4078
4078
|
text?: string
|
|
4079
4079
|
/**
|
|
@@ -4082,7 +4082,7 @@ text?: string
|
|
|
4082
4082
|
channelId: string
|
|
4083
4083
|
}, {
|
|
4084
4084
|
/**
|
|
4085
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4085
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4086
4086
|
*/
|
|
4087
4087
|
text?: string
|
|
4088
4088
|
/**
|
|
@@ -4091,7 +4091,7 @@ text?: string
|
|
|
4091
4091
|
channelId: string
|
|
4092
4092
|
}, {
|
|
4093
4093
|
/**
|
|
4094
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4094
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4095
4095
|
*/
|
|
4096
4096
|
text?: string
|
|
4097
4097
|
/**
|
|
@@ -4100,7 +4100,7 @@ text?: string
|
|
|
4100
4100
|
channelId: string
|
|
4101
4101
|
}]|[{
|
|
4102
4102
|
/**
|
|
4103
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4103
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4104
4104
|
*/
|
|
4105
4105
|
text?: string
|
|
4106
4106
|
/**
|
|
@@ -4109,7 +4109,7 @@ text?: string
|
|
|
4109
4109
|
channelId: string
|
|
4110
4110
|
}, {
|
|
4111
4111
|
/**
|
|
4112
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4112
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4113
4113
|
*/
|
|
4114
4114
|
text?: string
|
|
4115
4115
|
/**
|
|
@@ -4118,7 +4118,7 @@ text?: string
|
|
|
4118
4118
|
channelId: string
|
|
4119
4119
|
}, {
|
|
4120
4120
|
/**
|
|
4121
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4121
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4122
4122
|
*/
|
|
4123
4123
|
text?: string
|
|
4124
4124
|
/**
|
|
@@ -4127,7 +4127,7 @@ text?: string
|
|
|
4127
4127
|
channelId: string
|
|
4128
4128
|
}, {
|
|
4129
4129
|
/**
|
|
4130
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4130
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4131
4131
|
*/
|
|
4132
4132
|
text?: string
|
|
4133
4133
|
/**
|
|
@@ -4136,7 +4136,7 @@ text?: string
|
|
|
4136
4136
|
channelId: string
|
|
4137
4137
|
}, {
|
|
4138
4138
|
/**
|
|
4139
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4139
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4140
4140
|
*/
|
|
4141
4141
|
text?: string
|
|
4142
4142
|
/**
|
|
@@ -4145,7 +4145,7 @@ text?: string
|
|
|
4145
4145
|
channelId: string
|
|
4146
4146
|
}, {
|
|
4147
4147
|
/**
|
|
4148
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4148
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4149
4149
|
*/
|
|
4150
4150
|
text?: string
|
|
4151
4151
|
/**
|
|
@@ -4154,7 +4154,7 @@ text?: string
|
|
|
4154
4154
|
channelId: string
|
|
4155
4155
|
}, {
|
|
4156
4156
|
/**
|
|
4157
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4157
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4158
4158
|
*/
|
|
4159
4159
|
text?: string
|
|
4160
4160
|
/**
|
|
@@ -4163,7 +4163,7 @@ text?: string
|
|
|
4163
4163
|
channelId: string
|
|
4164
4164
|
}, {
|
|
4165
4165
|
/**
|
|
4166
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4166
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4167
4167
|
*/
|
|
4168
4168
|
text?: string
|
|
4169
4169
|
/**
|
|
@@ -4172,7 +4172,7 @@ text?: string
|
|
|
4172
4172
|
channelId: string
|
|
4173
4173
|
}, {
|
|
4174
4174
|
/**
|
|
4175
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4175
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4176
4176
|
*/
|
|
4177
4177
|
text?: string
|
|
4178
4178
|
/**
|
|
@@ -4181,7 +4181,7 @@ text?: string
|
|
|
4181
4181
|
channelId: string
|
|
4182
4182
|
}, {
|
|
4183
4183
|
/**
|
|
4184
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4184
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4185
4185
|
*/
|
|
4186
4186
|
text?: string
|
|
4187
4187
|
/**
|
|
@@ -4190,7 +4190,7 @@ text?: string
|
|
|
4190
4190
|
channelId: string
|
|
4191
4191
|
}, {
|
|
4192
4192
|
/**
|
|
4193
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4193
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4194
4194
|
*/
|
|
4195
4195
|
text?: string
|
|
4196
4196
|
/**
|
|
@@ -4199,7 +4199,7 @@ text?: string
|
|
|
4199
4199
|
channelId: string
|
|
4200
4200
|
}, {
|
|
4201
4201
|
/**
|
|
4202
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4202
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4203
4203
|
*/
|
|
4204
4204
|
text?: string
|
|
4205
4205
|
/**
|
|
@@ -4208,7 +4208,7 @@ text?: string
|
|
|
4208
4208
|
channelId: string
|
|
4209
4209
|
}, {
|
|
4210
4210
|
/**
|
|
4211
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4211
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4212
4212
|
*/
|
|
4213
4213
|
text?: string
|
|
4214
4214
|
/**
|
|
@@ -4217,7 +4217,7 @@ text?: string
|
|
|
4217
4217
|
channelId: string
|
|
4218
4218
|
}]|[{
|
|
4219
4219
|
/**
|
|
4220
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4220
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4221
4221
|
*/
|
|
4222
4222
|
text?: string
|
|
4223
4223
|
/**
|
|
@@ -4226,7 +4226,7 @@ text?: string
|
|
|
4226
4226
|
channelId: string
|
|
4227
4227
|
}, {
|
|
4228
4228
|
/**
|
|
4229
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4229
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4230
4230
|
*/
|
|
4231
4231
|
text?: string
|
|
4232
4232
|
/**
|
|
@@ -4235,7 +4235,7 @@ text?: string
|
|
|
4235
4235
|
channelId: string
|
|
4236
4236
|
}, {
|
|
4237
4237
|
/**
|
|
4238
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4238
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4239
4239
|
*/
|
|
4240
4240
|
text?: string
|
|
4241
4241
|
/**
|
|
@@ -4244,7 +4244,7 @@ text?: string
|
|
|
4244
4244
|
channelId: string
|
|
4245
4245
|
}, {
|
|
4246
4246
|
/**
|
|
4247
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4247
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4248
4248
|
*/
|
|
4249
4249
|
text?: string
|
|
4250
4250
|
/**
|
|
@@ -4253,7 +4253,7 @@ text?: string
|
|
|
4253
4253
|
channelId: string
|
|
4254
4254
|
}, {
|
|
4255
4255
|
/**
|
|
4256
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4256
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4257
4257
|
*/
|
|
4258
4258
|
text?: string
|
|
4259
4259
|
/**
|
|
@@ -4262,7 +4262,7 @@ text?: string
|
|
|
4262
4262
|
channelId: string
|
|
4263
4263
|
}, {
|
|
4264
4264
|
/**
|
|
4265
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4265
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4266
4266
|
*/
|
|
4267
4267
|
text?: string
|
|
4268
4268
|
/**
|
|
@@ -4271,7 +4271,7 @@ text?: string
|
|
|
4271
4271
|
channelId: string
|
|
4272
4272
|
}, {
|
|
4273
4273
|
/**
|
|
4274
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4274
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4275
4275
|
*/
|
|
4276
4276
|
text?: string
|
|
4277
4277
|
/**
|
|
@@ -4280,7 +4280,7 @@ text?: string
|
|
|
4280
4280
|
channelId: string
|
|
4281
4281
|
}, {
|
|
4282
4282
|
/**
|
|
4283
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4283
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4284
4284
|
*/
|
|
4285
4285
|
text?: string
|
|
4286
4286
|
/**
|
|
@@ -4289,7 +4289,7 @@ text?: string
|
|
|
4289
4289
|
channelId: string
|
|
4290
4290
|
}, {
|
|
4291
4291
|
/**
|
|
4292
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4292
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4293
4293
|
*/
|
|
4294
4294
|
text?: string
|
|
4295
4295
|
/**
|
|
@@ -4298,7 +4298,7 @@ text?: string
|
|
|
4298
4298
|
channelId: string
|
|
4299
4299
|
}, {
|
|
4300
4300
|
/**
|
|
4301
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4301
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4302
4302
|
*/
|
|
4303
4303
|
text?: string
|
|
4304
4304
|
/**
|
|
@@ -4307,7 +4307,7 @@ text?: string
|
|
|
4307
4307
|
channelId: string
|
|
4308
4308
|
}, {
|
|
4309
4309
|
/**
|
|
4310
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4310
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4311
4311
|
*/
|
|
4312
4312
|
text?: string
|
|
4313
4313
|
/**
|
|
@@ -4316,7 +4316,7 @@ text?: string
|
|
|
4316
4316
|
channelId: string
|
|
4317
4317
|
}, {
|
|
4318
4318
|
/**
|
|
4319
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4319
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4320
4320
|
*/
|
|
4321
4321
|
text?: string
|
|
4322
4322
|
/**
|
|
@@ -4325,7 +4325,7 @@ text?: string
|
|
|
4325
4325
|
channelId: string
|
|
4326
4326
|
}, {
|
|
4327
4327
|
/**
|
|
4328
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4328
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4329
4329
|
*/
|
|
4330
4330
|
text?: string
|
|
4331
4331
|
/**
|
|
@@ -4334,7 +4334,7 @@ text?: string
|
|
|
4334
4334
|
channelId: string
|
|
4335
4335
|
}, {
|
|
4336
4336
|
/**
|
|
4337
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4337
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4338
4338
|
*/
|
|
4339
4339
|
text?: string
|
|
4340
4340
|
/**
|
|
@@ -4343,7 +4343,7 @@ text?: string
|
|
|
4343
4343
|
channelId: string
|
|
4344
4344
|
}]|[{
|
|
4345
4345
|
/**
|
|
4346
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4346
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4347
4347
|
*/
|
|
4348
4348
|
text?: string
|
|
4349
4349
|
/**
|
|
@@ -4352,7 +4352,7 @@ text?: string
|
|
|
4352
4352
|
channelId: string
|
|
4353
4353
|
}, {
|
|
4354
4354
|
/**
|
|
4355
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4355
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4356
4356
|
*/
|
|
4357
4357
|
text?: string
|
|
4358
4358
|
/**
|
|
@@ -4361,7 +4361,7 @@ text?: string
|
|
|
4361
4361
|
channelId: string
|
|
4362
4362
|
}, {
|
|
4363
4363
|
/**
|
|
4364
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4364
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4365
4365
|
*/
|
|
4366
4366
|
text?: string
|
|
4367
4367
|
/**
|
|
@@ -4370,7 +4370,7 @@ text?: string
|
|
|
4370
4370
|
channelId: string
|
|
4371
4371
|
}, {
|
|
4372
4372
|
/**
|
|
4373
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4373
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4374
4374
|
*/
|
|
4375
4375
|
text?: string
|
|
4376
4376
|
/**
|
|
@@ -4379,7 +4379,7 @@ text?: string
|
|
|
4379
4379
|
channelId: string
|
|
4380
4380
|
}, {
|
|
4381
4381
|
/**
|
|
4382
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4382
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4383
4383
|
*/
|
|
4384
4384
|
text?: string
|
|
4385
4385
|
/**
|
|
@@ -4388,7 +4388,7 @@ text?: string
|
|
|
4388
4388
|
channelId: string
|
|
4389
4389
|
}, {
|
|
4390
4390
|
/**
|
|
4391
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4391
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4392
4392
|
*/
|
|
4393
4393
|
text?: string
|
|
4394
4394
|
/**
|
|
@@ -4397,7 +4397,7 @@ text?: string
|
|
|
4397
4397
|
channelId: string
|
|
4398
4398
|
}, {
|
|
4399
4399
|
/**
|
|
4400
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4400
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4401
4401
|
*/
|
|
4402
4402
|
text?: string
|
|
4403
4403
|
/**
|
|
@@ -4406,7 +4406,7 @@ text?: string
|
|
|
4406
4406
|
channelId: string
|
|
4407
4407
|
}, {
|
|
4408
4408
|
/**
|
|
4409
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4409
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4410
4410
|
*/
|
|
4411
4411
|
text?: string
|
|
4412
4412
|
/**
|
|
@@ -4415,7 +4415,7 @@ text?: string
|
|
|
4415
4415
|
channelId: string
|
|
4416
4416
|
}, {
|
|
4417
4417
|
/**
|
|
4418
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4418
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4419
4419
|
*/
|
|
4420
4420
|
text?: string
|
|
4421
4421
|
/**
|
|
@@ -4424,7 +4424,7 @@ text?: string
|
|
|
4424
4424
|
channelId: string
|
|
4425
4425
|
}, {
|
|
4426
4426
|
/**
|
|
4427
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4427
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4428
4428
|
*/
|
|
4429
4429
|
text?: string
|
|
4430
4430
|
/**
|
|
@@ -4433,7 +4433,7 @@ text?: string
|
|
|
4433
4433
|
channelId: string
|
|
4434
4434
|
}, {
|
|
4435
4435
|
/**
|
|
4436
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4436
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4437
4437
|
*/
|
|
4438
4438
|
text?: string
|
|
4439
4439
|
/**
|
|
@@ -4442,7 +4442,7 @@ text?: string
|
|
|
4442
4442
|
channelId: string
|
|
4443
4443
|
}, {
|
|
4444
4444
|
/**
|
|
4445
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4445
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4446
4446
|
*/
|
|
4447
4447
|
text?: string
|
|
4448
4448
|
/**
|
|
@@ -4451,7 +4451,7 @@ text?: string
|
|
|
4451
4451
|
channelId: string
|
|
4452
4452
|
}, {
|
|
4453
4453
|
/**
|
|
4454
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4454
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4455
4455
|
*/
|
|
4456
4456
|
text?: string
|
|
4457
4457
|
/**
|
|
@@ -4460,7 +4460,7 @@ text?: string
|
|
|
4460
4460
|
channelId: string
|
|
4461
4461
|
}, {
|
|
4462
4462
|
/**
|
|
4463
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4463
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4464
4464
|
*/
|
|
4465
4465
|
text?: string
|
|
4466
4466
|
/**
|
|
@@ -4469,7 +4469,7 @@ text?: string
|
|
|
4469
4469
|
channelId: string
|
|
4470
4470
|
}, {
|
|
4471
4471
|
/**
|
|
4472
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4472
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4473
4473
|
*/
|
|
4474
4474
|
text?: string
|
|
4475
4475
|
/**
|
|
@@ -4478,7 +4478,7 @@ text?: string
|
|
|
4478
4478
|
channelId: string
|
|
4479
4479
|
}]|[{
|
|
4480
4480
|
/**
|
|
4481
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4481
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4482
4482
|
*/
|
|
4483
4483
|
text?: string
|
|
4484
4484
|
/**
|
|
@@ -4487,7 +4487,7 @@ text?: string
|
|
|
4487
4487
|
channelId: string
|
|
4488
4488
|
}, {
|
|
4489
4489
|
/**
|
|
4490
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4490
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4491
4491
|
*/
|
|
4492
4492
|
text?: string
|
|
4493
4493
|
/**
|
|
@@ -4496,7 +4496,7 @@ text?: string
|
|
|
4496
4496
|
channelId: string
|
|
4497
4497
|
}, {
|
|
4498
4498
|
/**
|
|
4499
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4499
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4500
4500
|
*/
|
|
4501
4501
|
text?: string
|
|
4502
4502
|
/**
|
|
@@ -4505,7 +4505,7 @@ text?: string
|
|
|
4505
4505
|
channelId: string
|
|
4506
4506
|
}, {
|
|
4507
4507
|
/**
|
|
4508
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4508
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4509
4509
|
*/
|
|
4510
4510
|
text?: string
|
|
4511
4511
|
/**
|
|
@@ -4514,7 +4514,7 @@ text?: string
|
|
|
4514
4514
|
channelId: string
|
|
4515
4515
|
}, {
|
|
4516
4516
|
/**
|
|
4517
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4517
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4518
4518
|
*/
|
|
4519
4519
|
text?: string
|
|
4520
4520
|
/**
|
|
@@ -4523,7 +4523,7 @@ text?: string
|
|
|
4523
4523
|
channelId: string
|
|
4524
4524
|
}, {
|
|
4525
4525
|
/**
|
|
4526
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4526
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4527
4527
|
*/
|
|
4528
4528
|
text?: string
|
|
4529
4529
|
/**
|
|
@@ -4532,7 +4532,7 @@ text?: string
|
|
|
4532
4532
|
channelId: string
|
|
4533
4533
|
}, {
|
|
4534
4534
|
/**
|
|
4535
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4535
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4536
4536
|
*/
|
|
4537
4537
|
text?: string
|
|
4538
4538
|
/**
|
|
@@ -4541,7 +4541,7 @@ text?: string
|
|
|
4541
4541
|
channelId: string
|
|
4542
4542
|
}, {
|
|
4543
4543
|
/**
|
|
4544
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4544
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4545
4545
|
*/
|
|
4546
4546
|
text?: string
|
|
4547
4547
|
/**
|
|
@@ -4550,7 +4550,7 @@ text?: string
|
|
|
4550
4550
|
channelId: string
|
|
4551
4551
|
}, {
|
|
4552
4552
|
/**
|
|
4553
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4553
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4554
4554
|
*/
|
|
4555
4555
|
text?: string
|
|
4556
4556
|
/**
|
|
@@ -4559,7 +4559,7 @@ text?: string
|
|
|
4559
4559
|
channelId: string
|
|
4560
4560
|
}, {
|
|
4561
4561
|
/**
|
|
4562
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4562
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4563
4563
|
*/
|
|
4564
4564
|
text?: string
|
|
4565
4565
|
/**
|
|
@@ -4568,7 +4568,7 @@ text?: string
|
|
|
4568
4568
|
channelId: string
|
|
4569
4569
|
}, {
|
|
4570
4570
|
/**
|
|
4571
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4571
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4572
4572
|
*/
|
|
4573
4573
|
text?: string
|
|
4574
4574
|
/**
|
|
@@ -4577,7 +4577,7 @@ text?: string
|
|
|
4577
4577
|
channelId: string
|
|
4578
4578
|
}, {
|
|
4579
4579
|
/**
|
|
4580
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4580
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4581
4581
|
*/
|
|
4582
4582
|
text?: string
|
|
4583
4583
|
/**
|
|
@@ -4586,7 +4586,7 @@ text?: string
|
|
|
4586
4586
|
channelId: string
|
|
4587
4587
|
}, {
|
|
4588
4588
|
/**
|
|
4589
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4589
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4590
4590
|
*/
|
|
4591
4591
|
text?: string
|
|
4592
4592
|
/**
|
|
@@ -4595,7 +4595,7 @@ text?: string
|
|
|
4595
4595
|
channelId: string
|
|
4596
4596
|
}, {
|
|
4597
4597
|
/**
|
|
4598
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4598
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4599
4599
|
*/
|
|
4600
4600
|
text?: string
|
|
4601
4601
|
/**
|
|
@@ -4604,7 +4604,7 @@ text?: string
|
|
|
4604
4604
|
channelId: string
|
|
4605
4605
|
}, {
|
|
4606
4606
|
/**
|
|
4607
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4607
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4608
4608
|
*/
|
|
4609
4609
|
text?: string
|
|
4610
4610
|
/**
|
|
@@ -4613,7 +4613,7 @@ text?: string
|
|
|
4613
4613
|
channelId: string
|
|
4614
4614
|
}, {
|
|
4615
4615
|
/**
|
|
4616
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4616
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4617
4617
|
*/
|
|
4618
4618
|
text?: string
|
|
4619
4619
|
/**
|
|
@@ -4622,7 +4622,7 @@ text?: string
|
|
|
4622
4622
|
channelId: string
|
|
4623
4623
|
}]|[{
|
|
4624
4624
|
/**
|
|
4625
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4625
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4626
4626
|
*/
|
|
4627
4627
|
text?: string
|
|
4628
4628
|
/**
|
|
@@ -4631,7 +4631,7 @@ text?: string
|
|
|
4631
4631
|
channelId: string
|
|
4632
4632
|
}, {
|
|
4633
4633
|
/**
|
|
4634
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4634
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4635
4635
|
*/
|
|
4636
4636
|
text?: string
|
|
4637
4637
|
/**
|
|
@@ -4640,7 +4640,7 @@ text?: string
|
|
|
4640
4640
|
channelId: string
|
|
4641
4641
|
}, {
|
|
4642
4642
|
/**
|
|
4643
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4643
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4644
4644
|
*/
|
|
4645
4645
|
text?: string
|
|
4646
4646
|
/**
|
|
@@ -4649,7 +4649,7 @@ text?: string
|
|
|
4649
4649
|
channelId: string
|
|
4650
4650
|
}, {
|
|
4651
4651
|
/**
|
|
4652
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4652
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4653
4653
|
*/
|
|
4654
4654
|
text?: string
|
|
4655
4655
|
/**
|
|
@@ -4658,7 +4658,7 @@ text?: string
|
|
|
4658
4658
|
channelId: string
|
|
4659
4659
|
}, {
|
|
4660
4660
|
/**
|
|
4661
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4661
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4662
4662
|
*/
|
|
4663
4663
|
text?: string
|
|
4664
4664
|
/**
|
|
@@ -4667,7 +4667,7 @@ text?: string
|
|
|
4667
4667
|
channelId: string
|
|
4668
4668
|
}, {
|
|
4669
4669
|
/**
|
|
4670
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4670
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4671
4671
|
*/
|
|
4672
4672
|
text?: string
|
|
4673
4673
|
/**
|
|
@@ -4676,7 +4676,7 @@ text?: string
|
|
|
4676
4676
|
channelId: string
|
|
4677
4677
|
}, {
|
|
4678
4678
|
/**
|
|
4679
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4679
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4680
4680
|
*/
|
|
4681
4681
|
text?: string
|
|
4682
4682
|
/**
|
|
@@ -4685,7 +4685,7 @@ text?: string
|
|
|
4685
4685
|
channelId: string
|
|
4686
4686
|
}, {
|
|
4687
4687
|
/**
|
|
4688
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4688
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4689
4689
|
*/
|
|
4690
4690
|
text?: string
|
|
4691
4691
|
/**
|
|
@@ -4694,7 +4694,7 @@ text?: string
|
|
|
4694
4694
|
channelId: string
|
|
4695
4695
|
}, {
|
|
4696
4696
|
/**
|
|
4697
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4697
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4698
4698
|
*/
|
|
4699
4699
|
text?: string
|
|
4700
4700
|
/**
|
|
@@ -4703,7 +4703,7 @@ text?: string
|
|
|
4703
4703
|
channelId: string
|
|
4704
4704
|
}, {
|
|
4705
4705
|
/**
|
|
4706
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4706
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4707
4707
|
*/
|
|
4708
4708
|
text?: string
|
|
4709
4709
|
/**
|
|
@@ -4712,7 +4712,7 @@ text?: string
|
|
|
4712
4712
|
channelId: string
|
|
4713
4713
|
}, {
|
|
4714
4714
|
/**
|
|
4715
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4715
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4716
4716
|
*/
|
|
4717
4717
|
text?: string
|
|
4718
4718
|
/**
|
|
@@ -4721,7 +4721,7 @@ text?: string
|
|
|
4721
4721
|
channelId: string
|
|
4722
4722
|
}, {
|
|
4723
4723
|
/**
|
|
4724
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4724
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4725
4725
|
*/
|
|
4726
4726
|
text?: string
|
|
4727
4727
|
/**
|
|
@@ -4730,7 +4730,7 @@ text?: string
|
|
|
4730
4730
|
channelId: string
|
|
4731
4731
|
}, {
|
|
4732
4732
|
/**
|
|
4733
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4733
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4734
4734
|
*/
|
|
4735
4735
|
text?: string
|
|
4736
4736
|
/**
|
|
@@ -4739,7 +4739,7 @@ text?: string
|
|
|
4739
4739
|
channelId: string
|
|
4740
4740
|
}, {
|
|
4741
4741
|
/**
|
|
4742
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4742
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4743
4743
|
*/
|
|
4744
4744
|
text?: string
|
|
4745
4745
|
/**
|
|
@@ -4748,7 +4748,7 @@ text?: string
|
|
|
4748
4748
|
channelId: string
|
|
4749
4749
|
}, {
|
|
4750
4750
|
/**
|
|
4751
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4751
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4752
4752
|
*/
|
|
4753
4753
|
text?: string
|
|
4754
4754
|
/**
|
|
@@ -4757,7 +4757,7 @@ text?: string
|
|
|
4757
4757
|
channelId: string
|
|
4758
4758
|
}, {
|
|
4759
4759
|
/**
|
|
4760
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4760
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4761
4761
|
*/
|
|
4762
4762
|
text?: string
|
|
4763
4763
|
/**
|
|
@@ -4766,7 +4766,7 @@ text?: string
|
|
|
4766
4766
|
channelId: string
|
|
4767
4767
|
}, {
|
|
4768
4768
|
/**
|
|
4769
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4769
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4770
4770
|
*/
|
|
4771
4771
|
text?: string
|
|
4772
4772
|
/**
|
|
@@ -4775,7 +4775,7 @@ text?: string
|
|
|
4775
4775
|
channelId: string
|
|
4776
4776
|
}]|[{
|
|
4777
4777
|
/**
|
|
4778
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4778
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4779
4779
|
*/
|
|
4780
4780
|
text?: string
|
|
4781
4781
|
/**
|
|
@@ -4784,7 +4784,7 @@ text?: string
|
|
|
4784
4784
|
channelId: string
|
|
4785
4785
|
}, {
|
|
4786
4786
|
/**
|
|
4787
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4787
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4788
4788
|
*/
|
|
4789
4789
|
text?: string
|
|
4790
4790
|
/**
|
|
@@ -4793,7 +4793,7 @@ text?: string
|
|
|
4793
4793
|
channelId: string
|
|
4794
4794
|
}, {
|
|
4795
4795
|
/**
|
|
4796
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4796
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4797
4797
|
*/
|
|
4798
4798
|
text?: string
|
|
4799
4799
|
/**
|
|
@@ -4802,7 +4802,7 @@ text?: string
|
|
|
4802
4802
|
channelId: string
|
|
4803
4803
|
}, {
|
|
4804
4804
|
/**
|
|
4805
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4805
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4806
4806
|
*/
|
|
4807
4807
|
text?: string
|
|
4808
4808
|
/**
|
|
@@ -4811,7 +4811,7 @@ text?: string
|
|
|
4811
4811
|
channelId: string
|
|
4812
4812
|
}, {
|
|
4813
4813
|
/**
|
|
4814
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4814
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4815
4815
|
*/
|
|
4816
4816
|
text?: string
|
|
4817
4817
|
/**
|
|
@@ -4820,7 +4820,7 @@ text?: string
|
|
|
4820
4820
|
channelId: string
|
|
4821
4821
|
}, {
|
|
4822
4822
|
/**
|
|
4823
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4823
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4824
4824
|
*/
|
|
4825
4825
|
text?: string
|
|
4826
4826
|
/**
|
|
@@ -4829,7 +4829,7 @@ text?: string
|
|
|
4829
4829
|
channelId: string
|
|
4830
4830
|
}, {
|
|
4831
4831
|
/**
|
|
4832
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4832
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4833
4833
|
*/
|
|
4834
4834
|
text?: string
|
|
4835
4835
|
/**
|
|
@@ -4838,7 +4838,7 @@ text?: string
|
|
|
4838
4838
|
channelId: string
|
|
4839
4839
|
}, {
|
|
4840
4840
|
/**
|
|
4841
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4841
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4842
4842
|
*/
|
|
4843
4843
|
text?: string
|
|
4844
4844
|
/**
|
|
@@ -4847,7 +4847,7 @@ text?: string
|
|
|
4847
4847
|
channelId: string
|
|
4848
4848
|
}, {
|
|
4849
4849
|
/**
|
|
4850
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4850
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4851
4851
|
*/
|
|
4852
4852
|
text?: string
|
|
4853
4853
|
/**
|
|
@@ -4856,7 +4856,7 @@ text?: string
|
|
|
4856
4856
|
channelId: string
|
|
4857
4857
|
}, {
|
|
4858
4858
|
/**
|
|
4859
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4859
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4860
4860
|
*/
|
|
4861
4861
|
text?: string
|
|
4862
4862
|
/**
|
|
@@ -4865,7 +4865,7 @@ text?: string
|
|
|
4865
4865
|
channelId: string
|
|
4866
4866
|
}, {
|
|
4867
4867
|
/**
|
|
4868
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4868
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4869
4869
|
*/
|
|
4870
4870
|
text?: string
|
|
4871
4871
|
/**
|
|
@@ -4874,7 +4874,7 @@ text?: string
|
|
|
4874
4874
|
channelId: string
|
|
4875
4875
|
}, {
|
|
4876
4876
|
/**
|
|
4877
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4877
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4878
4878
|
*/
|
|
4879
4879
|
text?: string
|
|
4880
4880
|
/**
|
|
@@ -4883,7 +4883,7 @@ text?: string
|
|
|
4883
4883
|
channelId: string
|
|
4884
4884
|
}, {
|
|
4885
4885
|
/**
|
|
4886
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4886
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4887
4887
|
*/
|
|
4888
4888
|
text?: string
|
|
4889
4889
|
/**
|
|
@@ -4892,7 +4892,7 @@ text?: string
|
|
|
4892
4892
|
channelId: string
|
|
4893
4893
|
}, {
|
|
4894
4894
|
/**
|
|
4895
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4895
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4896
4896
|
*/
|
|
4897
4897
|
text?: string
|
|
4898
4898
|
/**
|
|
@@ -4901,7 +4901,7 @@ text?: string
|
|
|
4901
4901
|
channelId: string
|
|
4902
4902
|
}, {
|
|
4903
4903
|
/**
|
|
4904
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4904
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4905
4905
|
*/
|
|
4906
4906
|
text?: string
|
|
4907
4907
|
/**
|
|
@@ -4910,7 +4910,7 @@ text?: string
|
|
|
4910
4910
|
channelId: string
|
|
4911
4911
|
}, {
|
|
4912
4912
|
/**
|
|
4913
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4913
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4914
4914
|
*/
|
|
4915
4915
|
text?: string
|
|
4916
4916
|
/**
|
|
@@ -4919,7 +4919,7 @@ text?: string
|
|
|
4919
4919
|
channelId: string
|
|
4920
4920
|
}, {
|
|
4921
4921
|
/**
|
|
4922
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4922
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4923
4923
|
*/
|
|
4924
4924
|
text?: string
|
|
4925
4925
|
/**
|
|
@@ -4928,7 +4928,7 @@ text?: string
|
|
|
4928
4928
|
channelId: string
|
|
4929
4929
|
}, {
|
|
4930
4930
|
/**
|
|
4931
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4931
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4932
4932
|
*/
|
|
4933
4933
|
text?: string
|
|
4934
4934
|
/**
|
|
@@ -4937,7 +4937,7 @@ text?: string
|
|
|
4937
4937
|
channelId: string
|
|
4938
4938
|
}]|[{
|
|
4939
4939
|
/**
|
|
4940
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4940
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4941
4941
|
*/
|
|
4942
4942
|
text?: string
|
|
4943
4943
|
/**
|
|
@@ -4946,7 +4946,7 @@ text?: string
|
|
|
4946
4946
|
channelId: string
|
|
4947
4947
|
}, {
|
|
4948
4948
|
/**
|
|
4949
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4949
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4950
4950
|
*/
|
|
4951
4951
|
text?: string
|
|
4952
4952
|
/**
|
|
@@ -4955,7 +4955,7 @@ text?: string
|
|
|
4955
4955
|
channelId: string
|
|
4956
4956
|
}, {
|
|
4957
4957
|
/**
|
|
4958
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4958
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4959
4959
|
*/
|
|
4960
4960
|
text?: string
|
|
4961
4961
|
/**
|
|
@@ -4964,7 +4964,7 @@ text?: string
|
|
|
4964
4964
|
channelId: string
|
|
4965
4965
|
}, {
|
|
4966
4966
|
/**
|
|
4967
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4967
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4968
4968
|
*/
|
|
4969
4969
|
text?: string
|
|
4970
4970
|
/**
|
|
@@ -4973,7 +4973,7 @@ text?: string
|
|
|
4973
4973
|
channelId: string
|
|
4974
4974
|
}, {
|
|
4975
4975
|
/**
|
|
4976
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4976
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4977
4977
|
*/
|
|
4978
4978
|
text?: string
|
|
4979
4979
|
/**
|
|
@@ -4982,7 +4982,7 @@ text?: string
|
|
|
4982
4982
|
channelId: string
|
|
4983
4983
|
}, {
|
|
4984
4984
|
/**
|
|
4985
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4985
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4986
4986
|
*/
|
|
4987
4987
|
text?: string
|
|
4988
4988
|
/**
|
|
@@ -4991,7 +4991,7 @@ text?: string
|
|
|
4991
4991
|
channelId: string
|
|
4992
4992
|
}, {
|
|
4993
4993
|
/**
|
|
4994
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
4994
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
4995
4995
|
*/
|
|
4996
4996
|
text?: string
|
|
4997
4997
|
/**
|
|
@@ -5000,7 +5000,7 @@ text?: string
|
|
|
5000
5000
|
channelId: string
|
|
5001
5001
|
}, {
|
|
5002
5002
|
/**
|
|
5003
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5003
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5004
5004
|
*/
|
|
5005
5005
|
text?: string
|
|
5006
5006
|
/**
|
|
@@ -5009,7 +5009,7 @@ text?: string
|
|
|
5009
5009
|
channelId: string
|
|
5010
5010
|
}, {
|
|
5011
5011
|
/**
|
|
5012
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5012
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5013
5013
|
*/
|
|
5014
5014
|
text?: string
|
|
5015
5015
|
/**
|
|
@@ -5018,7 +5018,7 @@ text?: string
|
|
|
5018
5018
|
channelId: string
|
|
5019
5019
|
}, {
|
|
5020
5020
|
/**
|
|
5021
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5021
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5022
5022
|
*/
|
|
5023
5023
|
text?: string
|
|
5024
5024
|
/**
|
|
@@ -5027,7 +5027,7 @@ text?: string
|
|
|
5027
5027
|
channelId: string
|
|
5028
5028
|
}, {
|
|
5029
5029
|
/**
|
|
5030
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5030
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5031
5031
|
*/
|
|
5032
5032
|
text?: string
|
|
5033
5033
|
/**
|
|
@@ -5036,7 +5036,7 @@ text?: string
|
|
|
5036
5036
|
channelId: string
|
|
5037
5037
|
}, {
|
|
5038
5038
|
/**
|
|
5039
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5039
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5040
5040
|
*/
|
|
5041
5041
|
text?: string
|
|
5042
5042
|
/**
|
|
@@ -5045,7 +5045,7 @@ text?: string
|
|
|
5045
5045
|
channelId: string
|
|
5046
5046
|
}, {
|
|
5047
5047
|
/**
|
|
5048
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5048
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5049
5049
|
*/
|
|
5050
5050
|
text?: string
|
|
5051
5051
|
/**
|
|
@@ -5054,7 +5054,7 @@ text?: string
|
|
|
5054
5054
|
channelId: string
|
|
5055
5055
|
}, {
|
|
5056
5056
|
/**
|
|
5057
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5057
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5058
5058
|
*/
|
|
5059
5059
|
text?: string
|
|
5060
5060
|
/**
|
|
@@ -5063,7 +5063,7 @@ text?: string
|
|
|
5063
5063
|
channelId: string
|
|
5064
5064
|
}, {
|
|
5065
5065
|
/**
|
|
5066
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5066
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5067
5067
|
*/
|
|
5068
5068
|
text?: string
|
|
5069
5069
|
/**
|
|
@@ -5072,7 +5072,7 @@ text?: string
|
|
|
5072
5072
|
channelId: string
|
|
5073
5073
|
}, {
|
|
5074
5074
|
/**
|
|
5075
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5075
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5076
5076
|
*/
|
|
5077
5077
|
text?: string
|
|
5078
5078
|
/**
|
|
@@ -5081,7 +5081,7 @@ text?: string
|
|
|
5081
5081
|
channelId: string
|
|
5082
5082
|
}, {
|
|
5083
5083
|
/**
|
|
5084
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5084
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5085
5085
|
*/
|
|
5086
5086
|
text?: string
|
|
5087
5087
|
/**
|
|
@@ -5090,7 +5090,7 @@ text?: string
|
|
|
5090
5090
|
channelId: string
|
|
5091
5091
|
}, {
|
|
5092
5092
|
/**
|
|
5093
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5093
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5094
5094
|
*/
|
|
5095
5095
|
text?: string
|
|
5096
5096
|
/**
|
|
@@ -5099,7 +5099,7 @@ text?: string
|
|
|
5099
5099
|
channelId: string
|
|
5100
5100
|
}, {
|
|
5101
5101
|
/**
|
|
5102
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5102
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5103
5103
|
*/
|
|
5104
5104
|
text?: string
|
|
5105
5105
|
/**
|
|
@@ -5108,7 +5108,7 @@ text?: string
|
|
|
5108
5108
|
channelId: string
|
|
5109
5109
|
}]|[{
|
|
5110
5110
|
/**
|
|
5111
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5111
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5112
5112
|
*/
|
|
5113
5113
|
text?: string
|
|
5114
5114
|
/**
|
|
@@ -5117,7 +5117,7 @@ text?: string
|
|
|
5117
5117
|
channelId: string
|
|
5118
5118
|
}, {
|
|
5119
5119
|
/**
|
|
5120
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5120
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5121
5121
|
*/
|
|
5122
5122
|
text?: string
|
|
5123
5123
|
/**
|
|
@@ -5126,7 +5126,7 @@ text?: string
|
|
|
5126
5126
|
channelId: string
|
|
5127
5127
|
}, {
|
|
5128
5128
|
/**
|
|
5129
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5129
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5130
5130
|
*/
|
|
5131
5131
|
text?: string
|
|
5132
5132
|
/**
|
|
@@ -5135,7 +5135,7 @@ text?: string
|
|
|
5135
5135
|
channelId: string
|
|
5136
5136
|
}, {
|
|
5137
5137
|
/**
|
|
5138
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5138
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5139
5139
|
*/
|
|
5140
5140
|
text?: string
|
|
5141
5141
|
/**
|
|
@@ -5144,7 +5144,7 @@ text?: string
|
|
|
5144
5144
|
channelId: string
|
|
5145
5145
|
}, {
|
|
5146
5146
|
/**
|
|
5147
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5147
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5148
5148
|
*/
|
|
5149
5149
|
text?: string
|
|
5150
5150
|
/**
|
|
@@ -5153,7 +5153,7 @@ text?: string
|
|
|
5153
5153
|
channelId: string
|
|
5154
5154
|
}, {
|
|
5155
5155
|
/**
|
|
5156
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5156
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5157
5157
|
*/
|
|
5158
5158
|
text?: string
|
|
5159
5159
|
/**
|
|
@@ -5162,7 +5162,7 @@ text?: string
|
|
|
5162
5162
|
channelId: string
|
|
5163
5163
|
}, {
|
|
5164
5164
|
/**
|
|
5165
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5165
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5166
5166
|
*/
|
|
5167
5167
|
text?: string
|
|
5168
5168
|
/**
|
|
@@ -5171,7 +5171,7 @@ text?: string
|
|
|
5171
5171
|
channelId: string
|
|
5172
5172
|
}, {
|
|
5173
5173
|
/**
|
|
5174
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5174
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5175
5175
|
*/
|
|
5176
5176
|
text?: string
|
|
5177
5177
|
/**
|
|
@@ -5180,7 +5180,7 @@ text?: string
|
|
|
5180
5180
|
channelId: string
|
|
5181
5181
|
}, {
|
|
5182
5182
|
/**
|
|
5183
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5183
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5184
5184
|
*/
|
|
5185
5185
|
text?: string
|
|
5186
5186
|
/**
|
|
@@ -5189,7 +5189,7 @@ text?: string
|
|
|
5189
5189
|
channelId: string
|
|
5190
5190
|
}, {
|
|
5191
5191
|
/**
|
|
5192
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5192
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5193
5193
|
*/
|
|
5194
5194
|
text?: string
|
|
5195
5195
|
/**
|
|
@@ -5198,7 +5198,7 @@ text?: string
|
|
|
5198
5198
|
channelId: string
|
|
5199
5199
|
}, {
|
|
5200
5200
|
/**
|
|
5201
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5201
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5202
5202
|
*/
|
|
5203
5203
|
text?: string
|
|
5204
5204
|
/**
|
|
@@ -5207,7 +5207,7 @@ text?: string
|
|
|
5207
5207
|
channelId: string
|
|
5208
5208
|
}, {
|
|
5209
5209
|
/**
|
|
5210
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5210
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5211
5211
|
*/
|
|
5212
5212
|
text?: string
|
|
5213
5213
|
/**
|
|
@@ -5216,7 +5216,7 @@ text?: string
|
|
|
5216
5216
|
channelId: string
|
|
5217
5217
|
}, {
|
|
5218
5218
|
/**
|
|
5219
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5219
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5220
5220
|
*/
|
|
5221
5221
|
text?: string
|
|
5222
5222
|
/**
|
|
@@ -5225,7 +5225,7 @@ text?: string
|
|
|
5225
5225
|
channelId: string
|
|
5226
5226
|
}, {
|
|
5227
5227
|
/**
|
|
5228
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5228
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5229
5229
|
*/
|
|
5230
5230
|
text?: string
|
|
5231
5231
|
/**
|
|
@@ -5234,7 +5234,7 @@ text?: string
|
|
|
5234
5234
|
channelId: string
|
|
5235
5235
|
}, {
|
|
5236
5236
|
/**
|
|
5237
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5237
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5238
5238
|
*/
|
|
5239
5239
|
text?: string
|
|
5240
5240
|
/**
|
|
@@ -5243,7 +5243,7 @@ text?: string
|
|
|
5243
5243
|
channelId: string
|
|
5244
5244
|
}, {
|
|
5245
5245
|
/**
|
|
5246
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5246
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5247
5247
|
*/
|
|
5248
5248
|
text?: string
|
|
5249
5249
|
/**
|
|
@@ -5252,7 +5252,7 @@ text?: string
|
|
|
5252
5252
|
channelId: string
|
|
5253
5253
|
}, {
|
|
5254
5254
|
/**
|
|
5255
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5255
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5256
5256
|
*/
|
|
5257
5257
|
text?: string
|
|
5258
5258
|
/**
|
|
@@ -5261,7 +5261,7 @@ text?: string
|
|
|
5261
5261
|
channelId: string
|
|
5262
5262
|
}, {
|
|
5263
5263
|
/**
|
|
5264
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5264
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5265
5265
|
*/
|
|
5266
5266
|
text?: string
|
|
5267
5267
|
/**
|
|
@@ -5270,7 +5270,7 @@ text?: string
|
|
|
5270
5270
|
channelId: string
|
|
5271
5271
|
}, {
|
|
5272
5272
|
/**
|
|
5273
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5273
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5274
5274
|
*/
|
|
5275
5275
|
text?: string
|
|
5276
5276
|
/**
|
|
@@ -5279,7 +5279,7 @@ text?: string
|
|
|
5279
5279
|
channelId: string
|
|
5280
5280
|
}, {
|
|
5281
5281
|
/**
|
|
5282
|
-
* The per-channel variant you intend to schedule. Omit to check the post text as written.
|
|
5282
|
+
* The per-channel variant you intend to schedule, in markdown. Omit to check the post text as written.
|
|
5283
5283
|
*/
|
|
5284
5284
|
text?: string
|
|
5285
5285
|
/**
|
|
@@ -5303,7 +5303,7 @@ postId: string
|
|
|
5303
5303
|
*/
|
|
5304
5304
|
channels: {
|
|
5305
5305
|
/**
|
|
5306
|
-
* The
|
|
5306
|
+
* The markdown that was checked, exactly as it was given or stored.
|
|
5307
5307
|
*/
|
|
5308
5308
|
text: string
|
|
5309
5309
|
/**
|
|
@@ -5364,6 +5364,10 @@ costBasis: (string | null)
|
|
|
5364
5364
|
* The channel as a person sees it.
|
|
5365
5365
|
*/
|
|
5366
5366
|
displayName: string
|
|
5367
|
+
/**
|
|
5368
|
+
* The text that would actually be published to this channel: the markdown flattened to plain network text — emphasis as styled characters, lists as bullets, links as "text (url)". Scheduling stores this string, so what you read here is what goes out, character for character. Length and cost are judged on it, not on the markdown.
|
|
5369
|
+
*/
|
|
5370
|
+
renderedText: string
|
|
5367
5371
|
}[]
|
|
5368
5372
|
}
|
|
5369
5373
|
|