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

Fix gevent type error #5

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Fix gevent type error #5

wants to merge 4 commits into from

Conversation

WassCodeur
Copy link

Hi @skoudoro! hope you're doing great.

Please can you review my contribution. Now it work on my side. I've started the tutorial and Hope to finish it tomorrow.

@skoudoro
Copy link
Owner

Thank you for the contribution.

That is strange that you need to convert it to a dict. Do you know why?

.addUpdateContent(imageHtmlContent,
CardService.ContentType.MUTABLE_HTML) \
.setUpdateType(CardService.UpdateDraftBodyType.IN_PLACE_INSERT)
.setUpdateType(CardService.UpdateDraftgeventType.IN_PLACE_INSERT)
Copy link
Owner

Choose a reason for hiding this comment

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

I do not find this in the documentation, where did you find it ?


response = CardService.newUpdateDraftActionResponseBuilder() \
.setUpdateDraftBodyAction(draft_action) \
.setUpdateDraftgeventAction(draft_action) \
Copy link
Owner

Choose a reason for hiding this comment

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

Same, I do not find this in the documentation, where did you find it ?

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.

None yet

2 participants