We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df09ffc commit 68f1205Copy full SHA for 68f1205
src/structures/Message.ts
@@ -1,5 +1,6 @@
1
import type { APIChatMessage, APIGroupMessage, DeleteGroupMessageResponse } from 'groupme-api-types'
2
-import type { Attachment, Channel, Client, Base, User } from '..'
+import type { Attachment, Channel, Client, User } from '..'
3
+import { Base } from '..'
4
5
interface MessageInterface<T extends Channel> {
6
fetch(): Promise<this>
0 commit comments