Terrance/SkPy

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

Opened this issue · 2 comments

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

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.

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.