Skip to content

Client.forwardMessage

client method · async

Forward message to chat

Client.forwardMessage(
  chat_id: int,
  from_chat_id: int,
  message_id: int,
  topic_id: MessageTopic = None,
  in_game_share: bool = False,
  disable_notification: bool = False
)

Source: pytdbot/methods/methods.py