Skip to content

Conversation

@nanato12
Copy link
Contributor

Overview

On May 13th, a function to open and close the rich menu automatically when you tap the rich menu, etc. were added.

Related issue

Reference

https://developers.line.biz/en/news/2022/05/13/richmenu-keyboard/

Operation check

line_bot_api.reply_message(
    event.reply_token,
    TemplateSendMessage(
        alt_text="Buttons template",
        template=ButtonsTemplate(
            title="タイトル",
            text="テキスト",
            actions=[
                PostbackAction(
                    label="open keyboard",
                    data="data",
                    input_option=PostbackInputOption.OPEN_KEYBOARD,
                    fill_in_text='text'
                ),
            ],
        ),
    ),
)

Copy link
Member

@louis70109 louis70109 left a comment

Choose a reason for hiding this comment

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

LGTM

@louis70109
Copy link
Member

@louis70109 louis70109 merged commit b775c12 into line:master May 18, 2022
@nanato12 nanato12 deleted the feature/postback-action-new-properties branch May 18, 2022 11:32
louis70109 added a commit that referenced this pull request Jun 9, 2022
- Add two parameters to PostbackAction (#386)  @nanato12 
- Support : "webhook redelivery" (#385) @nanato12 
- add sender into each sendMessage class (#381)  @rotoyang 
- Drop python 3.6 support, start python 3.10 support. Close #366 (#379) @tokuhirom
@louis70109 louis70109 mentioned this pull request Jun 9, 2022
louis70109 added a commit that referenced this pull request Jun 15, 2022
- Add two parameters to PostbackAction (#386)  @nanato12 
- Support : "webhook redelivery" (#385) @nanato12 
- add sender into each sendMessage class (#381)  @rotoyang 
- Drop python 3.6 support, start python 3.10 support. Close #366 (#379) @tokuhirom
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