Add PostId to PostActionIntegrationRequest (#9270)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
97d8470a36
Коммит
c2f2fda8a1
@@ -121,6 +121,7 @@ type PostActionIntegration struct {
|
||||
|
||||
type PostActionIntegrationRequest struct {
|
||||
UserId string `json:"user_id"`
|
||||
PostId string `json:"post_id"`
|
||||
Context StringInterface `json:"context,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user