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

Question: How to accept when someone added to a group? #256

Open
un-hongly opened this issue Feb 8, 2024 · 3 comments
Open

Question: How to accept when someone added to a group? #256

un-hongly opened this issue Feb 8, 2024 · 3 comments
Labels

Comments

@un-hongly
Copy link

I use event loop to receive message from groups. When someone added my account to the group, in Skype UI I can see an invitation prompt and the event loop only receive messages if I accept the invitation.

My question Is How can I programmatically accept/reject the invitation?

Screenshot 2024-02-08 at 10 46 45 in the morning
@Terrance
Copy link
Owner

Terrance commented Feb 8, 2024

Guessing this is a more recent addition too, groups never used to have a confirmation step. Take a look at the requests Skype for Web makes on accept or block -- you may be able to just send a message to auto-accept the invitation, or delete the chat to block. It would be useful to know what the message markup looks like for such an invite.

@un-hongly
Copy link
Author

Guessing this is a more recent addition too, groups never used to have a confirmation step. Take a look at the requests Skype for Web makes on accept or block -- you may be able to just send a message to auto-accept the invitation, or delete the chat to block. It would be useful to know what the message markup looks like for such an invite.

I don't receive any event in event loop.

@TikPapyan
Copy link

Wondering if this resolved?

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

No branches or pull requests

3 participants