Versions in this module Expand all Collapse all v2 v2.14.1 May 29, 2022 Changes in this version + const ClientOk + func ParamsVerify(link, clientSecret string) (bool, error) + type Client string + type Params struct + Sign string + VkAccessTokenSettings string + VkAppID int + VkAreNotificationsEnabled bool + VkClient Client + VkGroupID int + VkIsAppUser bool + VkIsFavorite bool + VkLanguage string + VkPlatform Platform + VkRef Referral + VkTs string + VkUserID int + VkViewerGroupRole Role + func NewParams(u *url.URL) (*Params, error) + type ParamsVerification struct + ClientSecret string + func NewParamsVerification(clientSecret string) *ParamsVerification + func (pv *ParamsVerification) Sign(p []byte) string + func (pv *ParamsVerification) Verify(u *url.URL) (bool, error) + func (pv *ParamsVerification) VerifyMiddleware(next http.Handler) http.Handler + type Platform string + const DesktopWeb + const MobileAndroid + const MobileAndroidMessenger + const MobileIPhone + const MobileIPhoneMessenger + const MobileWeb + type Referral string + const ArticleRead + const BoardTopicAll + const BoardTopicView + const Catalog + const CatalogAdmin + const CatalogBusiness + const CatalogCommunication + const CatalogEducation + const CatalogEntertainment + const CatalogEvents + const CatalogFavourites + const CatalogFinance + const CatalogFood + const CatalogHealth + const CatalogJobs + const CatalogLifestyle + const CatalogPayments + const CatalogRealty + const CatalogRecent + const CatalogRecommendation + const CatalogShopping + const CatalogTaxi + const CatalogTools + const CatalogTopDau + const CatalogTravel + const Clips + const CommentsListClip + const Fave + const FaveLinks + const FavePosts + const FeaturingDiscover + const FeaturingMenu + const FeaturingNew + const Feed + const FeedComments + const FeedPost + const Group + const GroupAddresses + const GroupMenu + const GroupMessages + const HomeScreen + const Im + const ImChat + const LeftNav + const MarketItem + const Menu + const MusicPlaylist + const Notifications + const NotificationsAuto + const NotificationsGrouped + const Other + const PhotoBrowser + const Profile + const QuickSearch + const ShoppingCenter + const SnippedPost + const SnippetIm + const SnippetPost + const Story + const StoryReply + const StoryViewer + const SuperApp + const VideoCarousel + const Widget + func (r Referral) Catalog() (categoryName string) + func (r Referral) Story() (userID int, params string) + type Role string + const RoleAdmin + const RoleEditor + const RoleMember + const RoleModer + const RoleNone