-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
allows you to specify the telegram message header
{
target: 'pino-telegram-webhook',
level: 'sendToTg',
options: {
chatId: TG_ERROR_GROUP_ID,
botToken: TG_INFO_BOT_TOKEN,
extra: {
// eslint-disable-next-line camelcase
parse_mode: 'HTML',
},
msgPrefix: '<b>header</b>\n\n',
},
},header
test messageMetadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request