Foreach Loop php – Telegram bot – Telegram API
I'm trying to send a single message with some information stored in an associative array but, using foreach, it sends multiple messages, is there a way to send just one? $users = [ 123 => ["Name 1", "7%", 1], 456…