How to get which message was edited in a SkypeEditMessageEvent? #212
Answered
by
Terrance
truenicoco
asked this question in
Q&A
-
Hi Terrance, When a contact edits a message, skpy fires a |
Beta Was this translation helpful? Give feedback.
Answered by
Terrance
Oct 17, 2022
Replies: 1 comment 1 reply
-
You can match them up using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
truenicoco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can match them up using
SkypeMsg.clientId
-- the mainid
will be different for each message and edit, butclientId
should persist across edits (this is the same ID passed toSkypeChat.sendMsg(edit=...)
when updating your own messages).