добавил оставшиеся файлы по тг + подстройка конфига под телеграф

This commit is contained in:
Fasutoa
2025-06-18 22:40:52 +05:00
parent 81d1a070b6
commit dcd7be9816
7 changed files with 608 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class CreateTgPostJob implements ShouldQueue
public function handle()
{
$chat = TelegraphChat::find(4);
$chat = TelegraphChat::find(1);
$baseUrl = config('app.url');
$messageIds = [];
$captionSent = false;