-
-
Notifications
You must be signed in to change notification settings - Fork 142
A little question #662
A little question
#662
-
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?
Beta Was this translation helpful? Give feedback.
All reactions
Answered by
fabio-ivona
Nov 19, 2024
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
All reactions
1 reply
-
Reading the documentation was very helpful. I should have looked at it more carefully. Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
Answer selected by
BrStoker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment