File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ line-bot-sdk-python
6
6
SDK of the LINE Messaging API for Python.
7
7
8
8
About the LINE Messaging API
9
- ------------------------
9
+ ----------------------------
10
10
11
11
See the official API documentation for more information.
12
12
@@ -115,7 +115,7 @@ https://devdocs.line.me/en/#push-message
115
115
line_bot_api.push_message(to, TextSendMessage(text = ' Hello World!' ))
116
116
117
117
multicast(self, to, messages, timeout=None)
118
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
118
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
119
119
120
120
Send messages to multiple users at any time.
121
121
@@ -180,7 +180,7 @@ https://devdocs.line.me/en/#leave
180
180
line_bot_api.leave_room(room_id)
181
181
182
182
※ Error handling
183
- ^^^^^^^^^^^^^^
183
+ ^^^^^^^^^^^^^^^^
184
184
185
185
If the LINE API server returns an error, LineBotApi raises LineBotApiError.
186
186
@@ -589,7 +589,7 @@ Sample echo-bot using `Flask <http://flask.pocoo.org/>`__
589
589
Sample bot using `Flask <http://flask.pocoo.org/ >`__
590
590
591
591
API documentation
592
- ------------
592
+ -----------------
593
593
594
594
::
595
595
You can’t perform that action at this time.
0 commit comments