capabilities: change group creation type name

This commit is contained in:
Tulir Asokan
2025-09-08 21:08:59 +03:00
parent 63e44fb5ad
commit 93f55497f4
+1 -1
View File
@@ -41,7 +41,7 @@ func (tg *TelegramConnector) GetCapabilities() *bridgev2.NetworkGeneralCapabilit
Search: true,
},
GroupCreation: map[string]bridgev2.GroupTypeCapabilities{
"minigroup": {
"group": {
TypeDescription: "a normal group",
Name: bridgev2.GroupFieldCapability{Allowed: true, Required: true, MaxLength: 255},
Participants: bridgev2.GroupFieldCapability{Allowed: true, Required: true, MinLength: 1, MaxLength: 200},