tbc-remove-voice-video-chat.../composer.json

39 lines
956 B
JSON
Raw Normal View History

2022-11-01 16:04:18 +03:00
{
"name": "webmasterskaya/tbc-remove-voice-video-chat-messages",
"type": "library",
"description": "Telegram bot command for remove pinned messages ",
"keywords": [
"telegram",
"bot",
"php",
"php telegram bot",
2022-11-01 16:04:18 +03:00
"voice chat started",
"voice chat ended",
"video chat started",
"video chat ended"
],
"license": "MIT",
"homepage": "https://git.webmasterskaya.xyz/tbc/tbc-remove-voice-video-chat-messages",
2022-11-01 16:04:18 +03:00
"support": {
"issues": "https://git.webmasterskaya.xyz/tbc/tbc-remove-voice-video-chat-messages/issues",
"source": "https://git.webmasterskaya.xyz/tbc/tbc-remove-voice-video-chat-messages"
2022-11-01 16:04:18 +03:00
},
"authors": [
{
"name": "Artem Vasilev aka kernusr",
"email": "kern.usr@gmail.com",
"homepage": "https://webmasterskaya.xyz/",
"role": "Developer"
}
],
"require": {
"php": "^7.3|^8.0",
"longman/telegram-bot": "^0.82.0"
2022-11-01 16:04:18 +03:00
},
"autoload": {
"psr-4": {
"Webmasterskaya\\TelegramBotCommands\\": "src/"
2022-11-01 16:04:18 +03:00
}
}
}