q
Size: a a a
q
q
q
"reply_to_message": {
"message_id": 285970,
"from": {
"id": 285793787,
"is_bot": true,
"first_name": "Show Json Bot",
"username": "ShowJsonBot"
}
P#
@dp.message_handler(lambda m: m.reply_to_message and m.reply_to_message.forward_from, commands=['whois'])
async def whois(m: Message):
fwd = m.reply_to_message.forward_from
await m.reply(str(fwd))
q
@dp.message_handler(lambda m: m.reply_to_message and m.reply_to_message.forward_from, commands=['whois'])
async def whois(m: Message):
fwd = m.reply_to_message.forward_from
await m.reply(str(fwd))
q
P#
P#
q
q
P#
T
P#
KG
V
WJ
t
P#
N
q