Skip to content

Marking messages as read

Filippo Romani edited this page Apr 8, 2023 · 2 revisions

Use this method to mark a previously sent text message as read.

msg = Message(instance=yourclient, id="MESSAGEID")
msg.mark_as_read()
Clone this wiki locally