cal/packages/app-store/telegram/config.json
Hariom Balhara 8ba09ce04d
Fix messaging apps listing in installed (#11167)
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
2023-09-18 21:26:49 +05:30

24 lines
703 B
JSON

{
"/*": "Don't modify slug - If required, do it using cli edit command",
"name": "Telegram",
"slug": "telegram",
"type": "telegram_video",
"logo": "icon.svg",
"url": "https://cal.com/",
"variant": "messaging",
"categories": ["messaging"],
"publisher": "Cal.com, Inc.",
"email": "support@cal.com",
"description": "Schedule a chat with your guests or have a Telegram Video call.",
"__createdUsingCli": true,
"appData": {
"location": {
"type": "integrations:telegram_video",
"label": "Telegram",
"linkType": "static",
"organizerInputPlaceholder": "https://t.me/MyUsername",
"urlRegExp": "^http(s)?:\\/\\/(www\\.)?t.me\\/[a-zA-Z0-9]*"
}
}
}