@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.
- package/methods.d.ts +2 -0
- 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 */
|