telethon.errors.rpcerrorlist.OptionInvalidError: The option specified is invalid and does not exist in the target poll (caused by ReportRequest)

entity = await client.get_entity(chat)
await client(ReportRequest(
        peer=entity, 
        option=InputReportReasonFake(),  
        message = "test",
        id=[int(id)]  
    ))

При отправке жалобы Telethon получаю ошибку

telethon.errors.rpcerrorlist.OptionInvalidError: The option specified is invalid and does not exist in the target poll (caused by ReportRequest)

id - id сообщения

chat - username чата


Ответы (0 шт):