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

Add poll support #727

Merged
merged 8 commits into from
Apr 11, 2020
Merged

Add poll support #727

merged 8 commits into from
Apr 11, 2020

Conversation

arsamme
Copy link
Contributor

@arsamme arsamme commented Apr 1, 2020

Completed poll properties

.gitignore Outdated
build/
.idea/
Copy link
Owner

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.

Copy link
Owner

@irazasyed irazasyed left a 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.

* @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.
*/
Copy link
Owner

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.

'successful_payment' => SuccessfulPayment::class,
'passport' => PassportData::class,
'passport' => PassportData::class,
];
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code styling!

@arsamme
Copy link
Contributor Author

arsamme commented Apr 11, 2020

@irazasyed Solved! Would you please review again?

@arsamme arsamme requested a review from irazasyed April 11, 2020 14:25
@irazasyed irazasyed merged commit ab7ff45 into irazasyed:develop Apr 11, 2020
@irazasyed
Copy link
Owner

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants