LonamiWebs / Telethon

Pure Python 3 MTProto API Telegram client library, for bots too!

Home Page:https://docs.telethon.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request for forward_messages function update, specifying chat_id and message_thread_id

BookMat opened this issue · comments

Describe your suggested feature

HI,
the "forward_messages" function does not support native forwarding to a chat_id and message_thread_id, as normally happens for the "send_message" function, perhaps at the time the function was written it was not accepted by the Telegram API, but here it seems to be https:// core.telegram.org/bots/api#forwardmessage.

Is it possible to add native forwarding capability to a message_thread_id?

Checklist

  • I have searched for this issue before posting it and there isn't a duplicate.

Supporting topics here is not planned for v1 but you can use https://tl.telethon.dev/methods/messages/forward_messages.html directly.