@grammyjs/types 3.6.1 → 3.6.2

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/methods.d.ts +2 -0
  2. package/package.json +1 -1
package/methods.d.ts CHANGED
@@ -709,6 +709,8 @@ export type ApiMethods<F> = {
709
709
  can_promote_members?: boolean;
710
710
  /** Pass True if the administrator can change chat title, photo and other settings */
711
711
  can_change_info?: boolean;
712
+ /** Pass True if the administrator can invite new users to the chat */
713
+ can_invite_users?: boolean;
712
714
  /** True if the administrator can post stories to the chat */
713
715
  can_post_stories?: boolean;
714
716
  /** True if the administrator can edit stories posted by other users */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grammyjs/types",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
4
4
  "description": "Telegram Bot API type declarations for grammY",
5
5
  "main": "mod.js",
6
6
  "repository": {