Skip to content

Commit 4c7f626

Browse files
authored
modify rtype of LineBotApi#broadcast (#225)
1 parent 1039585 commit 4c7f626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linebot/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ def broadcast(self, messages, notification_disabled=False, timeout=None):
194194
or a (connect timeout, read timeout) float tuple.
195195
Default is self.http_client.timeout
196196
:type timeout: float | tuple(float, float)
197+
:rtype: :py:class:`linebot.models.responses.BroadcastResponse`
197198
"""
198199
if not isinstance(messages, (list, tuple)):
199200
messages = [messages]

0 commit comments

Comments
 (0)