Create send_a_message_to_multiple_chats() in chatroom.py
Closed this issue · 2 comments
NavpreetDevpuri commented
send_a_message_to_multiple_chats(names, message)
: taking list names
and string message
just loop through list names
and then use function send_message_to_name_or_number(name, message)
mickm3n commented
I can help with this
NavpreetDevpuri commented
You are welcome!