({
channelId,
threadId,
archived,
// `threadBeforeRefresh` could be passed when refreshing a thread.
// `threadBeforeRefresh` feature isn't current used, though it
// could potentially be used in some hypothetical future.
// It would enable fetching only the "incremental" update
// for the thread instead of fetching all of its comments.
threadBeforeRefresh,
// `afterCommentId`/`afterCommentNumber` feature isn't currently used,
// though it could potentially be used in some hypothetical future.
// It would enable fetching only the "incremental" update
// for the thread instead of fetching all of its comments.
afterCommentId,
afterCommentNumber,
grammarCorrection,
censoredWords,
locale,
messages,
originalDomain,
userData,
userSettings,
dataSource
}: Omit<GetThreadParameters, 'proxyUrl'> & {
grammarCorrection: UserSettingsJson['grammarCorrection'];
censoredWords: UserSettingsJson['censoredWords'];
locale: UserSettingsJson['locale'];
messages: Messages;
originalDomain?: string;
userData: UserData;
userSettings: UserSettings;
dataSource: DataSource;
})
source not stored for this graph (policy: none)
no test coverage detected