MV
import telethon; from telethon import functions, types, utils
(await client.send_file(event.chat.id, 'example.mp3', attributes=[types.DocumentAttributeAudio(
voice=True,
waveform=utils.encode_waveform(bytes(range(256
- (2**2 - 1)))))]))