BB
Size: a a a
BB
АГ
W
N
BB
W
await bot.send_video(chat_id=CHANNEL_ID,
video=open(f'videos/{movieInfo[0]}.mp4', 'rb'),
width=720, height=405,
thumb=open(f'images/{image_name}', 'rb'),
caption=f'<b>{movieInfo[3].upper()}</b>\n'f'{movieInfo[4]}\n\n'f'{movie_text_out}\n',
parse_mode='HTML')
MK
MK
W
BB
F
MK
BB
MK