From 1e9bb3e728d12772ea017d6335b1ea2da9ff513b Mon Sep 17 00:00:00 2001 From: Emanuel Duss Date: Tue, 31 Dec 2024 12:57:51 +0100 Subject: [PATCH] Add new contact field for Telegram chats (#120) --- 16-draft.json | 7 +++++++ CHANGELOG.md | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/16-draft.json b/16-draft.json index 79f5e9a..32482bf 100644 --- a/16-draft.json +++ b/16-draft.json @@ -356,6 +356,13 @@ "examples": [ "mumble://mumble.example.org/spaceroom?version=1.2.0" ] + }, + "telegram": { + "description": "URL to Telegram channel", + "type": "string", + "examples": [ + "https://t.me/example-channel" + ] } } }, diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c27c38..145ecdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ Changes should start with one of the following tags: ## v16 (unreleased) +`contact`: + +- [added] The `telegram` contact option was added ([#120]) + ## v15 Root level: