Skip to content

Commit

Permalink
release v7.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed May 7, 2024
1 parent c7408f5 commit 6985ccf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8bd3dd4feebffedfb8619e510378d5016bab1a8e
14e6870ea001bb26dc5a49d766dc7f4a273be53a
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, 4:10:11 PM using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
* Generated at 5/7/2024, 6:19:33 PM using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
*/
import type {
CallAPIWithOptionalParams,
Expand Down
8 changes: 4 additions & 4 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, 4:10:11 PM using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
* Generated at 5/7/2024, 6:19:33 PM using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
*/

/**
Expand Down Expand Up @@ -35,7 +35,7 @@ export interface TelegramUpdate {
*/
business_connection?: TelegramBusinessConnection
/**
* *Optional*. New non-service message from a connected business account
* *Optional*. New message from a connected business account
*/
business_message?: TelegramMessage
/**
Expand Down Expand Up @@ -359,7 +359,7 @@ export interface TelegramChatFullInfo {
*/
join_to_send_messages?: boolean
/**
* *Optional*. *True*, if all users directly joining the supergroup need to be approved by supergroup administrators
* *Optional*. *True*, if all users directly joining the supergroup without using an invite link need to be approved by supergroup administrators
*/
join_by_request?: boolean
/**
Expand Down Expand Up @@ -2829,7 +2829,7 @@ export interface TelegramChatMemberUpdated {
*/
invite_link?: TelegramChatInviteLink
/**
* *Optional*. True, if the user joined the chat after sending a direct join request and being approved by an administrator
* *Optional*. True, if the user joined the chat after sending a direct join request without using an invite link and being approved by an administrator
*/
via_join_request?: boolean
/**
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, 4:10:11 PM using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
* Generated at 5/7/2024, 6:19:33 PM using [types](https://github.com/gramiojs/types) and [schema](https://ark0f.github.io/tg-bot-api) generators
*/
import type * 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.2",
"version": "7.3.3",
"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 6985ccf

Please sign in to comment.