slackapi / java-slack-sdk

Slack Developer Kit (including Bolt for Java) for any JVM language
https://slack.dev/java-slack-sdk/
MIT License
570 stars 209 forks source link

TeamBillableInfoRequest missing 2 optional arguments #1237

Closed Dunkhell closed 9 months ago

Dunkhell commented 9 months ago

Requirements

There are 2 optional arguments missing in TeamBillableInfoRequest which are limit and cursor. Would be super handy if they were added in the nearest iteration of the SDK

filmaj commented 9 months ago

Nice catch! I believe we could copy the code used in ConversationsMembersRequest.

Contributions always welcome!