Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to do switch to another channel with inline keyboard ? #75

Closed
musobekmadrimov opened this issue Sep 4, 2022 · 2 comments
Closed

Comments

@musobekmadrimov
Copy link

How to do switch to another channel with inline keyboard ?
image
I have these buttons, on clicking to Instagram buttons how to jump to the external link.
And when clicked Telegram should switch to Telegram channel, how to reach that ?

Thanks beforehand ?

@awohsen
Copy link
Contributor

awohsen commented Sep 8, 2022

Use 'url' parameter instead of 'data', example:

$ctx->sendMessage(
    'message text',
    ['reply_markup' =>
        ['inline_keyboard' => [
            [['text' => '🚀 telegram', 'url' => 'https://t.me/durov']],
        ]]
    ]
);

@musobekmadrimov
Copy link
Author

Thank you much, Awohsen.🫱🏻‍🫲🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants