refactor: unify threading contexts
This commit is contained in:
@@ -210,7 +210,9 @@ export type ChannelThreadingAdapter = {
|
||||
|
||||
export type ChannelThreadingContext = {
|
||||
Channel?: string;
|
||||
From?: string;
|
||||
To?: string;
|
||||
ChatType?: string;
|
||||
ReplyToId?: string;
|
||||
ReplyToIdFull?: string;
|
||||
ThreadLabel?: string;
|
||||
|
||||
Reference in New Issue
Block a user