Getting a ChatIdInvalidError #98
jerung3000
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi @jerung3000, tgcf can forward messages from any channel/group/chat to any channel/group/chat.
Your reasoning of "more than 10 people" is completely wrong. That is not a reason for any error.
Make sure to star and watch the repo, and also join our telegram channel tg_cf |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi aahnik.
When I run yor tgcf it can forward message to group with 2 or 3 people in side.. But when I forward message to the channel that are more than 10 people..I get below error message.
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 SendMediaRequest)
How to set channel or megagroups into chat or how to enable message forward into channel?
Beta Was this translation helpful? Give feedback.
All reactions