Skip to content

Commit bdf71d6

Browse files
authored
Merge branch 'master' into next
2 parents 021fa13 + 65254a9 commit bdf71d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,11 +2154,11 @@ export type PostbackAction = {
21542154
*/
21552155
inputOption?: "closeRichMenu" | "openRichMenu" | "openKeyboard" | "openVoice";
21562156
/**
2157-
* String to be pre-filled in the input field when the keyboard is opened. Valid only when the inputOption property is set to openKeyboard. The string can be broken by a newline character (\n).
2157+
* String to be pre-filled in the input field when the keyboard is opened.
2158+
* Valid only when the inputOption property is set to openKeyboard.
2159+
* The string can be broken by a newline character (\n).
21582160
*
21592161
* Max: 300 characters
2160-
*
2161-
* This property is available on LINE version 12.6.0 or later for iOS or Android.
21622162
*/
21632163
fillInText?: string;
21642164
};

0 commit comments

Comments
 (0)