We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a07df1 commit 85322b8Copy full SHA for 85322b8
16-draft.json
@@ -282,6 +282,13 @@
282
"examples": [
283
"@user:example.org"
284
]
285
+ },
286
+ "telegram": {
287
+ "description": "Telegram username with leading <code>@</code>",
288
+ "type": "string",
289
+ "examples": [
290
+ "@user"
291
+ ]
292
}
293
294
CHANGELOG.md
@@ -13,6 +13,7 @@ Changes should start with one of the following tags:
13
`contact`:
14
15
- [added] The `telegram` contact option was added ([#120])
16
+- [added] The `telegram` contact option for keymasters was added ([#126])
17
18
## v15
19
0 commit comments