How to get the join message?
Spixmaster opened this issue · 1 comments
Spixmaster commented
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.
Spixmaster commented
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.