Added an periodical backup to the telegram bot

This commit is contained in:
Mac135135
2024-09-28 19:10:56 +03:00
parent 4fb3173185
commit 26b512d42e
4 changed files with 162 additions and 1 deletions

View File

@@ -32,4 +32,16 @@
app:allowDividerAbove="true"
app:isPreferenceVisible="false" />
<Preference
android:key="open_telegram_chat"
android:title="Open Telegram Bot"
android:summary="Press to open chat with Kotatsu Backup Bot" />
<EditTextPreference
android:key="telegram_chat_id"
android:title="Telegram Chat ID"
android:inputType="text"
android:defaultValue=""
android:summary="Enter the chat ID where backups should be sent" />
</androidx.preference.PreferenceScreen>