@grammyjs/types 2.4.0 → 2.4.1
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/package.json +1 -1
- package/proxied.d.ts +0 -2
package/package.json
CHANGED
package/proxied.d.ts
CHANGED
|
@@ -728,8 +728,6 @@ export interface InputFileProxy<F> {
|
|
|
728
728
|
chat_id: number | string;
|
|
729
729
|
/** Unique identifier of the target sender chat */
|
|
730
730
|
sender_chat_id: number;
|
|
731
|
-
/** Date when the sender chat will be unbanned, unix time. If the chat is banned for more than 366 days or less than 30 seconds from the current time they are considered to be banned forever. */
|
|
732
|
-
until_date?: number;
|
|
733
731
|
}): true;
|
|
734
732
|
|
|
735
733
|
/** Use this method to unban a previously banned channel chat in a supergroup or channel. The bot must be an administrator for this to work and must have the appropriate administrator rights. Returns True on success. */
|