I want to send many or all my telegram contacts by query string to some one else, how can I do ?
this is a code for sending one contact:
https://api.telegram.org/bot<Token>/sendContact?chat_id=....&phone_number=......&first_name=.....
but is there a way to send all or too many contacts in one request?
Thanks