Skip to content

Commit

Permalink
Add ContainerIDTypeThread (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukidesuka authored May 31, 2024
1 parent 0ed74d4 commit 4bb80eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion type.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ type ContainerIDType string

// ContainerIDTypeChat ...
const (
ContainerIDTypeChat ContainerIDType = "chat"
ContainerIDTypeChat ContainerIDType = "chat"
ContainerIDTypeThread ContainerIDType = "thread"
)

// ContainerIDTypePtr ...
Expand Down

0 comments on commit 4bb80eb

Please sign in to comment.