a
Size: a a a
a
𝙰𝙺
𝙰𝙺
𝙰𝙺
𝙰𝙺
𝙰𝙺
𝙰𝙺
MM
𝙰𝙺
𝙰𝙺
𝙰𝙺
MM
MM
A
from telethon import functions
client(functions.messages.SendVoteRequest(peer='username',msg_id=message_id, options=[b'arbitrary\x7f data \xfa here'] ))
A
В
𝙰𝙺
𝙰𝙺
A
𝙰𝙺
client.send_file(chat, types.InputMediaPoll(
poll=types.Poll(
id=12345,
question='The sun shines',
answers=[
types.PollAnswer('Yes', b'y'),
types.PollAnswer('No', b'n')
],
quiz=True
),
correct_answers=[b'y']
))