[TelegramBridge] Set 'username' parameter as required (#1192)
This commit is contained in:
parent
987f42d6d4
commit
ebe463dd08
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ class TelegramBridge extends BridgeAbstract {
|
||||||
'username' => array(
|
'username' => array(
|
||||||
'name' => 'Username',
|
'name' => 'Username',
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
|
'required' => true,
|
||||||
'exampleValue' => '@telegram',
|
'exampleValue' => '@telegram',
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue