Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A little question #662

Answered by fabio-ivona
BrStoker asked this question in Q&A
Discussion options

Hi everyone. I send reply button to bot

Telegraph::chat($this->chat->chat_id)->markdown($message)
 ->replyKeyboard(ReplyKeyboard::make()->buttons([
 ReplyButton::make('✅ Регистрация')->requestContact()
 ])->resize()->oneTime())->send();

How can I know that a user has sent me their contact?

You must be logged in to vote

Hi!

you should set up a webhook (docs here) or listen for updates on your bot (docs here)

Replies: 1 comment 1 reply

Comment options

Hi!

you should set up a webhook (docs here) or listen for updates on your bot (docs here)

You must be logged in to vote
1 reply
Comment options

Reading the documentation was very helpful. I should have looked at it more carefully. Thank you very much.

Answer selected by BrStoker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
Converted from issue

This discussion was converted from issue #661 on November 19, 2024 10:23.

AltStyle によって変換されたページ (->オリジナル) /