nickoala/telepot

How to get the join message?

Spixmaster opened this issue · 1 comments

Do you know how to get the join message? Is it even possible? I already know new_chat_members but I need the person who added the users or the whole join message as a string.

I have the solution: with message.from() you get the person who added the new members and with message.newChatMembers() you get the added users.