-
Notifications
You must be signed in to change notification settings - Fork 671
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
Add poll support #727
Add poll support #727
Conversation
.gitignore
Outdated
build/ | ||
.idea/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the .idea
from this file. It should go in your global gitignore file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make the requested changes! Thanks.
src/Objects/Message.php
Outdated
* @property string $replyMarkup (Optional). Inline keyboard attached to the message. login_url buttons are represented as ordinary url buttons. | ||
* @property string $connectedWebsite (Optional). The domain name of the website on which the user has logged in. | ||
* @property PassportData $passportData (Optional). Telegram Passport data | ||
* @property string $replyMarkup (Optional). Inline keyboard attached to the message. login_url buttons are represented as ordinary url buttons. | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please maintain the code styling.
src/Objects/Message.php
Outdated
'successful_payment' => SuccessfulPayment::class, | ||
'passport' => PassportData::class, | ||
'passport' => PassportData::class, | ||
]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code styling!
…m-bot-sdk into add-poll-support
@irazasyed Solved! Would you please review again? |
Thanks! |
Completed poll properties