Skip to content

Commit

Permalink
edit Wall.Edit method
Browse files Browse the repository at this point in the history
  • Loading branch information
vildan-valeev committed Jan 21, 2024
1 parent 0400069 commit 9f6e126
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions options.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ type WallPostOptions struct {

// WallEditOptions https://dev.vk.com/ru/method/wall.edit
type WallEditOptions struct {
OwnerID int64 `query:"owner_id"`
PostID int64 `query:"post_id"` // required
FriendsOnly int64 `query:"friends_only"` // 1 - true, 0 - false
Message string `query:"message"`
Attachments string `query:"attachments"` // <type><owner_id>_<media_id>,<type><owner_id>_<media_id>
OwnerID int64 `query:"owner_id"`
PostID int64 `query:"post_id"` // required
FriendsOnly int64 `query:"friends_only"` // 1 - true, 0 - false
Message string `query:"message"`
//Attachments string `query:"attachments"` // <type><owner_id>_<media_id>,<type><owner_id>_<media_id>
Services string `query:"services"`
Signed int64 `query:"signed"` // 1 - true, 0 - false
PublishDate int64 `query:"publish_date"`
Expand Down

0 comments on commit 9f6e126

Please sign in to comment.