-
Notifications
You must be signed in to change notification settings - Fork 1k
Implement quick reply #120
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
Conversation
@@ -47,6 +50,23 @@ | |||
Beacon, | |||
Link, | |||
) | |||
from .flex_message import ( # noqa |
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.
Changed in alphabet order
QuickReplyButton( | ||
action=LocationAction(label="label6") | ||
), | ||
]))) |
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.
What is the difference between single and double quotes?
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.
@Sato-Kunihiko
Ah... I don't distinguish it for a clear reason.
if I’m forced to say, I often use single quotes for small symbol-like strings.
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.
I see. I was just wondering.
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.
LGTM.
Thanks :) |
Hello , I want to ask some questions |
@DongShanHu |
#119