start on d->m removing reactions
This commit is contained in:
6
types.d.ts
vendored
6
types.d.ts
vendored
@@ -215,3 +215,9 @@ export namespace R {
|
||||
event_id: string
|
||||
}
|
||||
}
|
||||
|
||||
export type Pagination<T> {
|
||||
chunk: T[]
|
||||
next_batch?: string
|
||||
prev_match?: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user