Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for message reactions #56

Open
Terrance opened this issue Apr 14, 2017 · 1 comment
Open

Add support for message reactions #56

Terrance opened this issue Apr 14, 2017 · 1 comment

Comments

@Terrance
Copy link
Owner

The latest Android beta introduced emoticon reactions on messages.

Messages now carry an emotions property, for example:

{"from": "https://db5-client-s.gateway.messenger.live.com/v1/users/ME/contacts/8:fred.2",
 "type": "Message",
 "content": "Hello.",
 "conversationLink": "https://db5-client-s.gateway.messenger.live.com/v1/users/ME/conversations/8:joe.4",
 "clientmessageid": "12345678901234567890",
 "composetime": "2017-01-01T00:00:00.000Z",
 "version": "1483228800000",
 "messagetype": "RichText",
 "originalarrivaltime": "2017-01-01T00:00:00.000Z",
 "id": "1483228800000",
 "properties": {"emotions": [{"key": "sarcastic",
                              "users": [{"mri": "8:joe.4",
                                         "time": 1483228800000}]}]}}

These are not currently visible in Skype for Web, though the data is available over the long poll API.

@mihalt
Copy link

mihalt commented Jun 24, 2022

Hi! How is it going? As I see, there is not emotions on Skype Event Loop yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants