pull/265/head
xiaojunnuo 2024-11-26 18:36:28 +08:00
parent 7be14ee905
commit e3553d4c8c
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ export class TelegramNotification extends BaseNotification {
@NotificationInput({
title: '聊天ID',
component: {
placeholder: '聊天ID例如 -123456789 或 @channelusername',
placeholder: '聊天ID例如 123456789 或 @channelusername',
},
helper: '聊天的唯一标识符或用户名',
helper: '用户ID(纯数字)或频道称(@xxxx)',
required: true,
})
chatId = '';