php - How can I share image from website on telegram?

I want to share only image from a website on telegram but shared image contains URL too
<a target="_blank" class="telegram-btn"
href='https://telegram.me/share/url?url=Imageurl '>
<i class="fa fa-telegram icon-telegram-blog"></i>
</a>
Is there any way to share only image without image URL? any help would be greatly appreciated.
Answer
Solution:
You can't share only image. As you can see in Telegram documentation this button is for sharing URLs. Side effect from it is that Telegram can show a preview for given URL, but it can't send image without URL.
Share solution ↓
Additional Information:
Link To Answer People are also looking for solutions of the problem: illuminate\http\exceptions\posttoolargeexception
Didn't find the answer?
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.