telethon - ошибка при отправлении сообщения в группу
У меня вопрос: как отправить сообщение в megagroup в Telegram?
Когда я отправляю сообщение - мне выдаёт ошибку
telethon.errors.rpcerrorlist.ChatIdInvalidError: Invalid object ID for a chat. Make sure to pass the right types, for instance making sure that the request is designed for chats (not channels/megagroups) or otherwise look for a different one more suited\nAn example working with a megagroup and AddChatUserRequest, it will fail because megagroups are channels. Use InviteToChannelRequest instead (caused by SendMessageRequest)