Open lev-savranskiy opened 5 years ago
_if ($attach["type"] == "photo") { $telegram->sendPhoto(VkApi::findMaxSizeLink($attach["photo"])); } elseif ($attach["type"] == "link" && isset($attach["link"]["photo"])) { $telegram->sendPhoto(VkApi::findMaxSizeLink($attach["link"]["photo"])); } elseif ($attach["type"] == "doc" && isset($attach["doc"]["preview"]["video"])) { $telegram->sendGIF($attach["doc"]["preview"]["video"]['src']); } elseif ($attach["type"] == "video" && isset($attach["video"]["photo_320"])) { $telegram->sendPhoto(VkApi::findMaxSizeLink($attach["video"])); }_
please add simple video attach support in class Manager