Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abbasudo authored Oct 19, 2023
1 parent 4a8e950 commit 18394f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ public function toTelegram($notifiable)
return TelegramPoll::create()
->to($notifiable)
->content('Choose an option:')
->keyboard('Button 1', request_contact: true)
->keyboard('Button 2', request_location: true);
->keyboard('Button 1')
->keyboard('Button 2');
// ->keyboard('send your number', request_contact: true)
// ->keyboard('send your location', request_location: true);
}
Expand Down

0 comments on commit 18394f3

Please sign in to comment.