So I’m currently working on a Skype bot thing, I wish it could automatically accept contact request so I don’t have to do them manually, any idea how?
And while I was researching, I found this
ichat.AcceptAdd();
Any idea what does that do?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t know if I understood what you want to accomplish..
Do you want to accept contact requests automatically? Really? Do you like being target for hackers, spammers, etc? 🙂
Anyway, if that’s what you want to do, you can subscribe to the UserAuthorizationRequestReceived event:
Hope this helps.