Skip to content

Commit

Permalink
release v7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed May 6, 2024
1 parent e6b70eb commit 529b849
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
please regenerate
8bd3dd4feebffedfb8619e510378d5016bab1a8e
2 changes: 1 addition & 1 deletion out/methods.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Based on Bot API v7.3.0 (6.5.2024)
* Generated at 5/6/2024, 2:44:50 PM using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
* Generated at 5/6/2024, 3:59:20 PM using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
*/
import {
CallAPIWithOptionalParams,
Expand Down
4 changes: 2 additions & 2 deletions out/objects.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Based on Bot API v7.3.0 (6.5.2024)
* Generated at 5/6/2024, 2:44:50 PM using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
* Generated at 5/6/2024, 3:59:20 PM using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
*/

/**
Expand Down Expand Up @@ -1471,7 +1471,7 @@ export interface TelegramInputPollOption {
/**
* Option text, 1-100 characters
*/
text: string
text: string | { toString(): string }
/**
* *Optional*. Mode for parsing entities in the text. See [formatting options](https://core.telegram.org/bots/api/#formatting-options) for more details. Currently, only custom emoji entities are allowed
*/
Expand Down
2 changes: 1 addition & 1 deletion out/params.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Based on Bot API v7.3.0 (6.5.2024)
* Generated at 5/6/2024, 2:44:50 PM using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
* Generated at 5/6/2024, 3:59:20 PM using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
*/
import * as Objects from "./objects"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gramio/types",
"version": "7.3.0",
"version": "7.3.1",
"homepage": "https://github.com/gramiojs/types",
"readme": "https://github.com/gramiojs/types",
"description": "Code-generated and Auto-published Telegram Bot API types",
Expand Down

0 comments on commit 529b849

Please sign in to comment.