Skip to content

Commit

Permalink
feat: StoriesSaveResponse add ExtendedResponse fields
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jun 1, 2021
1 parent 4cbb490 commit e972187
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/stories.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package api // import "github.com/SevereCloud/vksdk/v2/api"

import "github.com/SevereCloud/vksdk/v2/object"
import (
"github.com/SevereCloud/vksdk/v2/object"
)

// StoriesBanOwner allows to hide stories from chosen sources from current user's feed.
//
Expand Down Expand Up @@ -240,6 +242,7 @@ func (vk *VK) StoriesHideReply(params Params) (response int, err error) {
type StoriesSaveResponse struct {
Count int `json:"count"`
Items []object.StoriesStory `json:"items"`
object.ExtendedResponse
}

// StoriesSave method.
Expand Down

0 comments on commit e972187

Please sign in to comment.