Socket
Socket
Sign inDemoInstall

typegram

Package Overview
Dependencies
0
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.5.0 to 3.5.1

2

default.d.ts

@@ -13,3 +13,3 @@ import { Typegram } from "./proxied";

export type Opts<
M extends keyof DefaultTypegram["Telegram"]
M extends keyof DefaultTypegram["Telegram"],
> = DefaultTypegram["Opts"][M];

@@ -16,0 +16,0 @@

{
"name": "typegram",
"version": "3.5.0",
"version": "3.5.1",
"description": "Type declarations for the Telegram API",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -8,3 +8,3 @@ # Types for the Telegram Bot API

This project provides TypeScript types for the entire [Telegram Bot API](https://core.telegram.org/bots/api) in version 5.3.
This project provides TypeScript types for the entire [Telegram Bot API](https://core.telegram.org/bots/api) in version 5.4.

@@ -11,0 +11,0 @@ It contains zero bytes of executable code.

import { CallbackQuery } from "./callback";
import { ChosenInlineResult, InlineQuery } from "./inline";
import { Chat, ChatJoinRequest, ChatMemberUpdated, User } from "./manage";
import { Message, Poll, PollAnswer } from "./message";
import { CommonMessageBundle, Message, Poll, PollAnswer } from "./message";
import { PreCheckoutQuery, ShippingQuery } from "./payment";

@@ -6,0 +6,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc