Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect return type reference in GetStarTransactions method #21

Open
IRus opened this issue Aug 23, 2024 · 0 comments
Open

Incorrect return type reference in GetStarTransactions method #21

IRus opened this issue Aug 23, 2024 · 0 comments

Comments

@IRus
Copy link

IRus commented Aug 23, 2024

{
  "name": "getStarTransactions",
  "description": "Returns the bot's Telegram Star transactions in chronological order. On success, returns a [StarTransactions](https://core.telegram.org/bots/api/#startransactions) object.",
  "arguments": [
    {
      "name": "offset",
      "description": "Number of transactions to skip in the response",
      "required": false,
      "type": "integer"
    },
    {
      "name": "limit",
      "description": "The maximum number of transactions to be retrieved. Values between 1-100 are accepted. Defaults to 100.",
      "required": false,
      "type": "integer",
      "default": 100,
      "min": 1,
      "max": 100
    }
  ],
  "multipart_only": false,
  "return_type": {
    "type": "reference",
    "reference": "Telegram"
  },
  "documentation_link": "https://core.telegram.org/bots/api/#getstartransactions"
},
<h4><a class="anchor" name="getstartransactions" href="#getstartransactions"><i class="anchor-icon"></i></a>getStarTransactions</h4>
<p>Returns the bot&#39;s Telegram Star transactions in chronological order. On success, returns a <a href="#startransactions">StarTransactions</a> object.</p>
<table class="table">
<thead>
<tr>
<th>Parameter</th>
<th>Type</th>
<th>Required</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>offset</td>
<td>Integer</td>
<td>Optional</td>
<td>Number of transactions to skip in the response</td>
</tr>
<tr>
<td>limit</td>
<td>Integer</td>
<td>Optional</td>
<td>The maximum number of transactions to be retrieved. Values between 1-100 are accepted. Defaults to 100.</td>
</tr>
</tbody>
</table>
ENCRYPTEDFOREVER added a commit to ENCRYPTEDFOREVER/tg-bot-api that referenced this issue Sep 4, 2024
ENCRYPTEDFOREVER added a commit to ENCRYPTEDFOREVER/tg-bot-api that referenced this issue Sep 4, 2024
ENCRYPTEDFOREVER added a commit to ENCRYPTEDFOREVER/tg-bot-api that referenced this issue Sep 4, 2024
ark0f pushed a commit that referenced this issue Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant