We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060d8f0 commit a95e052Copy full SHA for a95e052
lib/line/bot/client.rb
@@ -363,7 +363,7 @@ def unlink_user_rich_menu(user_id)
363
delete(endpoint_path)
364
end
365
366
- # To link a rich menus to multiple users at a time
+ # To link rich menus to multiple users at a time
367
#
368
# @param user_ids [Array] ID of the user
369
# @param rich_menu_id [String] ID of the uploaded rich menu
@@ -384,7 +384,7 @@ def bulk_link_rich_menus(user_ids, rich_menu_id)
384
request.post
385
386
387
- # To unlink a rich menus from multiple users at a time
+ # To unlink rich menus from multiple users at a time
388
389
390
0 commit comments