We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2470f57 commit 1673fc0Copy full SHA for 1673fc0
apps/sim/tools/slack/types.ts
@@ -802,14 +802,20 @@ export interface SlackRemoveReactionResponse extends ToolResponse {
802
export interface SlackChannel {
803
id: string
804
name: string
805
+ is_channel?: boolean
806
is_private: boolean
807
is_archived: boolean
808
+ is_general?: boolean
809
is_member: boolean
810
+ is_shared?: boolean
811
+ is_ext_shared?: boolean
812
+ is_org_shared?: boolean
813
num_members?: number
814
topic?: string
815
purpose?: string
816
created?: number
817
creator?: string
818
+ updated?: number
819
}
820
821
export interface SlackListChannelsResponse extends ToolResponse {
0 commit comments