-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
9d854d2c209f11d7f0090aa8309a33bbd6d4c7a1
- Loading branch information
1 parent
3d857fd
commit 2b2112f
Showing
6 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
import { enums, types } from "../2_tl.js"; | ||
import { C } from "./0_types.js"; | ||
export type BusinessConnectionManagerUpdate = types.UpdateBotBusinessConnect; | ||
export declare class BusinessConnectionManager { | ||
#private; | ||
constructor(c: C); | ||
getBusinessConnection(id: string): Promise<import("../3_types.js").BusinessConnection>; | ||
static canHandleUpdate(update: enums.Update): update is BusinessConnectionManagerUpdate; | ||
handleUpdate(update: BusinessConnectionManagerUpdate): Promise<void>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
import { enums, types } from "../2_tl.js"; | ||
import { C } from "./0_types.js"; | ||
export type BusinessConnectionManagerUpdate = types.UpdateBotBusinessConnect; | ||
export declare class BusinessConnectionManager { | ||
#private; | ||
constructor(c: C); | ||
getBusinessConnection(id: string): Promise<import("../3_types.js").BusinessConnection>; | ||
static canHandleUpdate(update: enums.Update): update is BusinessConnectionManagerUpdate; | ||
handleUpdate(update: BusinessConnectionManagerUpdate): Promise<void>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters