Hi! I have a problem with uploading videos to telegram. When video size is bigger than 10mb, it uploads without thumbnail and with a wrong expansion. Despite the fact that I am setting all of those parameters.
client.send_file(InputPeerChannel(id, access_hash), file = path, force_document = False, attributes = (DocumentAttributeVideo(duration = duration, w = width, h = height, supports_streaming = True),))
а если ниже 10мб?