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 7c2716a commit fd1e223Copy full SHA for fd1e223
line-bot-api-client/src/main/java/com/linecorp/bot/client/LineMessagingService.java
@@ -343,6 +343,6 @@ Call<Void> uploadRichMenuImage(
343
* @param date Date for which to retrieve the number of followers. The format should be {@code yyyyMMdd}.
344
* For example: {@literal "20191231"}) and the timezone should be UTC+9.
345
*/
346
- @GET("v2/bot/insight/message/delivery?date={date}")
+ @GET("v2/bot/insight/followers?date={date}")
347
Call<GetNumberOfFollowersResponse> getNumberOfFollowers(@Query("date") String date);
348
}
0 commit comments