Hi @kygechuk, welcome to the community
I assume you are using the Send Photo operation of the Telegram node here? A possible approach would be first take all binary items you have and split them into individual items using a snippet like this one in a Function node before your Telegram node:
The Telegram node should then run for each individual item (and thus sending all photos one by one, regardless of how many there are in total).