kurtgn
kurtgn

Reputation: 8710

telegram bots: how to create an instant view button?

I know I can place a link like http://telegra.ph/some-page-slug inside a Telegram message, and it will be rendered with an Instant View feature. But if i embed the link inside an inline button I run into two issues:

enter image description here

is there a way to avoid any of these two problems?

Upvotes: 0

Views: 6045

Answers (1)

Sean Wei
Sean Wei

Reputation: 7975

  1. For security reasons, any link will show confirm pop-up, except non-format text link.

  2. You need to put link in message text, and link will show webpage preview with Instant View button

Upvotes: 2

Related Questions