telegram-bot-api-nodejs 1.0.68 → 1.0.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -307,7 +307,7 @@ export interface Message {
307
307
  passport_data?: PassportData;
308
308
  reply_markup?: InlineKeyboardMarkup;
309
309
  sender_chat?: Chat;
310
- write_access_allowed: WriteAccessAllowed;
310
+ write_access_allowed?: WriteAccessAllowed;
311
311
  boost_added?: ChatBoostAdded;
312
312
  forum_topic_created?: ForumTopicCreated;
313
313
  forum_topic_edited?: ForumTopicEdited;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telegram-bot-api-nodejs",
3
- "version": "1.0.68",
3
+ "version": "1.0.70",
4
4
  "description": "Telegram Bot API client for nodejs",
5
5
  "type": "module",
6
6
  "main": "index.js",