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 fd142f2 commit 0d4b733Copy full SHA for 0d4b733
README.rst
@@ -613,6 +613,7 @@ Return the number of aggregation units used this month.
613
https://developers.line.biz/en/reference/partner-docs/#get-number-of-units-used-this-month
614
615
.. code:: python
616
+
617
usage = line_bot_api.get_number_of_units_used_this_month()
618
print(usage.num_of_custom_aggregation_units)
619
@@ -624,6 +625,7 @@ Return the name list of units used this month for statistics aggregation.
624
625
https://developers.line.biz/en/reference/partner-docs/#get-name-list-of-units-used-this-month
626
627
628
629
name_list = line_bot_api.get_name_list_of_units_used_this_month()
630
print(name_list.custom_aggregation_units)
631
print(name_list.next)
0 commit comments