Add service icons to Telegram bot (#113357)

pull/113408/head
Joost Lekkerkerker 2024-03-14 13:12:03 +01:00 committed by GitHub
parent 5f48083eca
commit 13a2db0348
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"services": {
"send_message": "mdi:send",
"send_photo": "mdi:camera",
"send_sticker": "mdi:sticker",
"send_animation": "mdi:animation",
"send_video": "mdi:video",
"send_voice": "mdi:microphone",
"send_document": "mdi:file-document",
"send_location": "mdi:map-marker",
"send_poll": "mdi:poll",
"edit_message": "mdi:pencil",
"edit_caption": "mdi:pencil",
"edit_replymarkup": "mdi:pencil",
"answer_callback_query": "mdi:check",
"delete_message": "mdi:delete"
}
}