Skip to content

Replying to message

Filippo Romani edited this page Apr 8, 2023 · 1 revision

Use this method to reply to a text message.

message = Message(instance=yourclient, id="MESSAGEID") # this is your message instance
message.reply("Hello world!")
Clone this wiki locally