Merge pull request #563 from smilexs4/patch-2

Fix typo in example
This commit is contained in:
Mads Marquart
2020-05-10 11:53:56 +02:00
committed by GitHub

View File

@@ -60,7 +60,7 @@ thread.set_color("#0084ff")
# Will change the thread emoji to `👍`
thread.set_emoji("👍")
message = fbchat.Message(session=session, id="<message id>")
message = fbchat.Message(thread=thread, id="<message id>")
# Will react to a message with a 😍 emoji
message.react("😍")