Add ChannelId and TeamId to PostActionIntegrationRequest (#9384)
* Add ChannelId and TeamId to PostActionIntegrationRequest * Add tests
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
0204c45b7a
Коммит
1463df21a5
@@ -154,6 +154,8 @@ type PostActionIntegration struct {
|
||||
|
||||
type PostActionIntegrationRequest struct {
|
||||
UserId string `json:"user_id"`
|
||||
ChannelId string `json:"channel_id"`
|
||||
TeamId string `json:"team_id"`
|
||||
PostId string `json:"post_id"`
|
||||
Type string `json:"type"`
|
||||
DataSource string `json:"data_source"`
|
||||
|
||||
Ссылка в новой задаче
Block a user