mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
fix video title
This commit is contained in:
@@ -204,6 +204,7 @@ class TGTweet(Tweet):
|
|||||||
video_url=tweet_media.url,
|
video_url=tweet_media.url,
|
||||||
mime_type="video/mp4",
|
mime_type="video/mp4",
|
||||||
thumbnail_url=tweet_media.thumb,
|
thumbnail_url=tweet_media.thumb,
|
||||||
|
title=self.text,
|
||||||
caption=self.message_text if not i else None
|
caption=self.message_text if not i else None
|
||||||
)
|
)
|
||||||
elif tweet_media.type == "gif":
|
elif tweet_media.type == "gif":
|
||||||
|
|||||||
Reference in New Issue
Block a user