Skip to content

Commit

Permalink
add new message subtype MsgSubTypeAssistantAppThread
Browse files Browse the repository at this point in the history
  • Loading branch information
dorkauf committed Jan 16, 2025
1 parent e764011 commit d3ec588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const (
MsgSubTypeUnpinnedItem = "unpinned_item" // [RTM] An item was unpinned from a channel
MsgSubTypeEkmAccessDenied = "ekm_access_denied" // [Events API, RTM] Message content redacted due to Enterprise Key Management (EKM)
MsgSubTypeChannelPostingPermissions = "channel_posting_permissions" // [Events API, RTM] The posting permissions for a channel changed
MsgSubTypeAssistantAppThread = "assistant_app_thread" // [Events API, RTM] The message is an app assistant thread
)

// Msg contains information about a slack message
Expand Down

0 comments on commit d3ec588

Please sign in to comment.