1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-03-15 13:09:40 +01:00

[TelegramBridge] Set 'username' parameter as required (#1192)

This commit is contained in:
Joseph 2019-06-27 18:03:18 +00:00 committed by LogMANOriginal
parent 987f42d6d4
commit ebe463dd08

View File

@ -8,6 +8,7 @@ class TelegramBridge extends BridgeAbstract {
'username' => array(
'name' => 'Username',
'type' => 'text',
'required' => true,
'exampleValue' => '@telegram',
)
)