diff options
Diffstat (limited to 'vendor/github.com/SevereCloud/vksdk/v2/api/likes.go')
-rw-r--r-- | vendor/github.com/SevereCloud/vksdk/v2/api/likes.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/SevereCloud/vksdk/v2/api/likes.go b/vendor/github.com/SevereCloud/vksdk/v2/api/likes.go index 047c2935..fc89c08b 100644 --- a/vendor/github.com/SevereCloud/vksdk/v2/api/likes.go +++ b/vendor/github.com/SevereCloud/vksdk/v2/api/likes.go @@ -38,7 +38,7 @@ type LikesGetListResponse struct { // LikesGetList likes.getList returns a list of IDs of users who added the specified object to their Likes list. // -// extended=0 +// extended=0 // // https://vk.com/dev/likes.getList func (vk *VK) LikesGetList(params Params) (response LikesGetListResponse, err error) { @@ -55,7 +55,7 @@ type LikesGetListExtendedResponse struct { // LikesGetListExtended likes.getList returns a list of IDs of users who added the specified object to their Likes list. // -// extended=1 +// extended=1 // // https://vk.com/dev/likes.getList func (vk *VK) LikesGetListExtended(params Params) (response LikesGetListExtendedResponse, err error) { |