We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Use this method to mark a previously sent text message as read.
msg = Message(instance=yourclient, id="MESSAGEID") msg.mark_as_read()