We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1f2bb commit 157958fCopy full SHA for 157958f
2 files changed
app/service/telegram.py
@@ -195,6 +195,7 @@ async def _send_message_with_retries(
195
prefer_large_media=True,
196
),
197
)
198
+ logger.info("(TGBot) Сообщение с превью успешно отправлено")
199
elif text:
200
await bot.send_message(
201
chat_id=chat_id,
channels_list.json.example
@@ -1,5 +1,6 @@
1
{
2
"name": "my_channels_list_name",
3
+ "description": "Channels list description...",
4
"channels": [
5
"https://www.youtube.com/@lexfridman",
6
"https://www.youtube.com/@AsmonTV",
0 commit comments