├── src └── VK │ ├── Exceptions │ ├── VKClientException.php │ ├── VKOAuthException.php │ ├── VKLongPollServerTsException.php │ ├── VKException.php │ ├── VKLongPollServerKeyExpiredException.php │ └── Api │ │ ├── VKApiWaitException.php │ │ ├── VKApiAccessException.php │ │ ├── VKApiFloodException.php │ │ ├── VKApiUploadException.php │ │ ├── VKApiAuthException.php │ │ ├── VKApiBlockedException.php │ │ ├── VKApiCaptchaException.php │ │ ├── VKApiLimitsException.php │ │ ├── VKApiNotFoundException.php │ │ ├── VKApiRequestException.php │ │ ├── VKApiMethodException.php │ │ ├── VKApiParamHashException.php │ │ ├── VKApiServerException.php │ │ ├── VKApiAlbumFullException.php │ │ ├── VKApiCompileException.php │ │ ├── VKApiParamPhotoException.php │ │ ├── VKApiParamTitleException.php │ │ ├── VKApiRateLimitException.php │ │ ├── VKApiRecaptchaException.php │ │ ├── VKApiSaveFileException.php │ │ ├── VKApiSignatureException.php │ │ ├── VKApiUnknownException.php │ │ ├── VKApiUnknownUserException.php │ │ ├── VKApiUserBannedException.php │ │ ├── VKApiWallDonutException.php │ │ ├── VKApiAccessAlbumException.php │ │ ├── VKApiAccessAudioException.php │ │ ├── VKApiAccessMarketException.php │ │ ├── VKApiAccessVideoException.php │ │ ├── VKApiAssertVotesException.php │ │ ├── VKApiParamDocIdException.php │ │ ├── VKApiParamNoteIdException.php │ │ ├── VKApiParamPageIdException.php │ │ ├── VKApiParamPhotosException.php │ │ ├── VKApiParamServerException.php │ │ ├── VKApiParamUserIdException.php │ │ ├── VKApiPollsPollIdException.php │ │ ├── VKApiTooManyException.php │ │ ├── VKApiUnknownGroupException.php │ │ ├── VKApiAccessGroupException.php │ │ ├── VKApiAccessNoteException.php │ │ ├── VKApiAccessPageException.php │ │ ├── VKApiAdsSpecificException.php │ │ ├── VKApiAppAuthException.php │ │ ├── VKApiAuthHttpsException.php │ │ ├── VKApiFriendsListIdException.php │ │ ├── VKApiGroupAuthException.php │ │ ├── VKApiParamAlbumIdException.php │ │ ├── VKApiParamGroupIdException.php │ │ ├── VKApiPollsAccessException.php │ │ ├── VKApiActionFailedException.php │ │ ├── VKApiAuthValidationException.php │ │ ├── VKApiIpIsNotAllowedException.php │ │ ├── VKApiMarketVariantsException.php │ │ ├── VKApiParamApiIdException.php │ │ ├── VKApiParamTimestampException.php │ │ ├── VKApiPollsAnswerIdException.php │ │ ├── VKApiTooManyListsException.php │ │ ├── VKApiUserDeletedException.php │ │ ├── VKApiAccessCommentException.php │ │ ├── VKApiAdsObjectDeletedException.php │ │ ├── VKApiAlbumsLimitException.php │ │ ├── VKApiGroupNotInClubException.php │ │ ├── VKApiInvalidAddressException.php │ │ ├── VKApiMarketDisabledException.php │ │ ├── VKApiMarketNameTooLongException.php │ │ ├── VKApiMethodDisabledException.php │ │ ├── VKApiParamDocTitleException.php │ │ ├── VKApiPhotoChangedException.php │ │ ├── VKApiPrivateProfileException.php │ │ ├── VKApiRuntimeException.php │ │ ├── VKApiStoryExpiredException.php │ │ ├── VKApiUserDeactivatedException.php │ │ ├── VKApiWallAddPostException.php │ │ ├── VKApiAuthFloodException.php │ │ ├── VKApiMarketItemNotFoundException.php │ │ ├── VKApiMarketNotEnabledException.php │ │ ├── VKApiMarketTooManyItemsException.php │ │ ├── VKApiNeedConfirmationException.php │ │ ├── VKApiNotImplementedYetException.php │ │ ├── VKApiParamException.php │ │ ├── VKApiTimeoutException.php │ │ ├── VKApiClientUpdateNeededException.php │ │ ├── VKApiGroupNeed2faException.php │ │ ├── VKApiMarketAlbumNotFoundException.php │ │ ├── VKApiMarketTooManyAlbumsException.php │ │ ├── VKApiMessagesCantFwdException.php │ │ ├── VKApiParamDocAccessException.php │ │ ├── VKApiPermissionException.php │ │ ├── VKApiStatusNoAudioException.php │ │ ├── VKApiUnknownApplicationException.php │ │ ├── VKApiWallAccessPostException.php │ │ ├── VKApiWallReplyOwnerFloodException.php │ │ ├── VKApiAccessNoteCommentException.php │ │ ├── VKApiAppsEmptySnippetDataException.php │ │ ├── VKApiAppsNotFoundSnippetException.php │ │ ├── VKApiAppsTooManySnippetsException.php │ │ ├── VKApiFriendsTooManyFriendsException.php │ │ ├── VKApiGroupChangeCreatorException.php │ │ ├── VKApiMessagesChatDisabledException.php │ │ ├── VKApiMessagesChatNotExistException.php │ │ ├── VKApiMessagesChatUserLeftException.php │ │ ├── VKApiMessagesTooNewPtsException.php │ │ ├── VKApiMessagesTooOldPtsException.php │ │ ├── VKApiOtpValidationNeedException.php │ │ ├── VKApiVideoAlreadyAddedException.php │ │ ├── VKApiWallLinksForbiddenException.php │ │ ├── VKApiAppsEmptyFilterParamsException.php │ │ ├── VKApiFriendsListLimitException.php │ │ ├── VKApiGroupTooManyOfficersException.php │ │ ├── VKApiInsufficientFundsException.php │ │ ├── VKApiMarketOrdersNoCartItemsException.php │ │ ├── VKApiMarketPropertyNotFoundException.php │ │ ├── VKApiMarketRestoreTooLateException.php │ │ ├── VKApiMarketVariantNotFoundException.php │ │ ├── VKApiMessagesIntentCantUseException.php │ │ ├── VKApiMessagesTooLongMessageException.php │ │ ├── VKApiPhoneValidationNeedException.php │ │ ├── VKApiPrettyCardsCardNotFoundException.php │ │ ├── VKApiPrettyCardsTooManyCardsException.php │ │ ├── VKApiSectionDisabledException.php │ │ ├── VKApiStickersNotFavoriteException.php │ │ ├── VKApiWallAccessAddReplyException.php │ │ ├── VKApiWallAccessCommentException.php │ │ ├── VKApiWallAccessRepliesException.php │ │ ├── VKApiWallAdsPublishedException.php │ │ ├── VKApiWallTooManyRecipientsException.php │ │ ├── VKApiDisabledException.php │ │ ├── VKApiEmailConfirmationNeedException.php │ │ ├── VKApiFriendsAddYourselfException.php │ │ ├── VKApiGroupHostNeed2faException.php │ │ ├── VKApiGroupTooManyAddressesException.php │ │ ├── VKApiMarketItemIsNotDeletedException.php │ │ ├── VKApiMessagesChatNotAdminException.php │ │ ├── VKApiMessagesChatUnsupportedException.php │ │ ├── VKApiMessagesContactNotFoundException.php │ │ ├── VKApiMessagesDropDeviceCacheException.php │ │ ├── VKApiMessagesTooBigException.php │ │ ├── VKApiMessagesTooManyPostsException.php │ │ ├── VKApiNeedTokenConfirmationException.php │ │ ├── VKApiStickersNotPurchasedException.php │ │ ├── VKApiWallAdsPostLimitReachedException.php │ │ ├── VKApiAppsAlreadyUnlockedException.php │ │ ├── VKApiAppsSubscriptionNotFoundException.php │ │ ├── VKApiClientVersionDeprecatedException.php │ │ ├── VKApiMarketAddToMarketAlbumException.php │ │ ├── VKApiMarketAddToServiceAlbumException.php │ │ ├── VKApiMarketAlbumMainHiddenException.php │ │ ├── VKApiMarketItemAlreadyAddedException.php │ │ ├── VKApiMarketOrdersOrderNotFoundException.php │ │ ├── VKApiMarketServicesDisabledException.php │ │ ├── VKApiMarketVariantsNotEnabledException.php │ │ ├── VKApiMessagesKeyboardInvalidException.php │ │ ├── VKApiMobileNotActivatedException.php │ │ ├── VKApiNotSupportedHttpMethodException.php │ │ ├── VKApiPasswordValidationNeedException.php │ │ ├── VKApiTokenExtensionRequiredException.php │ │ ├── VKApiTranslationsCantTranslateException.php │ │ ├── VKApiVideoCommentsClosedException.php │ │ ├── VKApiWallCommentNotDeletedException.php │ │ ├── VKApiAdditionalSignupRequiredException.php │ │ ├── VKApiAdsPartialSuccessException.php │ │ ├── VKApiAuthAccessTokenHasExpiredException.php │ │ ├── VKApiFaveAliexpressTagException.php │ │ ├── VKApiMarketCommentsClosedException.php │ │ ├── VKApiMarketExtendedNotEnabledException.php │ │ ├── VKApiMarketItemHasBadLinksException.php │ │ ├── VKApiMarketOrdersInvalidStatusException.php │ │ ├── VKApiMarketTooManyItemsInAlbumException.php │ │ ├── VKApiMarketUnknownPropertyTypeException.php │ │ ├── VKApiMessagesChatUserNotInChatException.php │ │ ├── VKApiMessagesDenySendException.php │ │ ├── VKApiMessagesInvalidReactionIdException.php │ │ ├── VKApiMessagesNeedMessageRequestException.php │ │ ├── VKApiMessagesTooLongForwardsException.php │ │ ├── VKApiParamDocDeleteAccessException.php │ │ ├── VKApiParamDocRestoreTimeoutException.php │ │ ├── VKApiPollsAccessWithoutVoteException.php │ │ ├── VKApiStickersTooManyFavoritesException.php │ │ ├── VKApiUserServiceDeactivatedException.php │ │ ├── VKApiCallbackApiServersLimitException.php │ │ ├── VKApiFriendsAddEnemyException.php │ │ ├── VKApiFriendsAddNotFoundException.php │ │ ├── VKApiMarketVariantValueTooLongException.php │ │ ├── VKApiMessagesCantEditPinnedYetException.php │ │ ├── VKApiMessagesEditExpiredException.php │ │ ├── VKApiMessagesUserBlockedException.php │ │ ├── VKApiMessagesUserNotDonException.php │ │ ├── VKApiParamDocRestoreAccessException.php │ │ ├── VKApiStoryIncorrectReplyPrivacyException.php │ │ ├── VKApiAccessGroupsException.php │ │ ├── VKApiAuthAnonymousTokenIsInvalidException.php │ │ ├── VKApiCuaConfirmationRequiredException.php │ │ ├── VKApiEnabledInTestException.php │ │ ├── VKApiMessagesCantPinOneTimeStoryException.php │ │ ├── VKApiMessagesChatUserNoAccessException.php │ │ ├── VKApiMessagesEditKindDisallowedException.php │ │ ├── VKApiMessagesForbiddenReactionException.php │ │ ├── VKApiMessagesPendingMessageRequestException.php │ │ ├── VKApiMessagesPrivacyException.php │ │ ├── VKApiAuthAnonymousTokenHasExpiredException.php │ │ ├── VKApiAuthAnonymousTokenIpMismatchException.php │ │ ├── VKApiMarketCantChangeVkpayStatusException.php │ │ ├── VKApiMarketFailedToSetAlbumAsMainException.php │ │ ├── VKApiMarketMaxVariantsLimitExceedException.php │ │ ├── VKApiMarketPhotosCropInvalidFormatException.php │ │ ├── VKApiMarketPhotosCropSizeTooLowException.php │ │ ├── VKApiMarketShopAlreadyEnabledException.php │ │ ├── VKApiMessagesCantDeleteForAllException.php │ │ ├── VKApiMessagesCantSeeInviteLinkException.php │ │ ├── VKApiMessagesGroupPeerAccessException.php │ │ ├── VKApiMessagesIntentLimitOverflowException.php │ │ ├── VKApiMethodAdsException.php │ │ ├── VKApiWeightedFloodException.php │ │ ├── VKApiMarketFailedToUnsetAlbumAsMainException.php │ │ ├── VKApiMarketGroupingMustHaveVariantsException.php │ │ ├── VKApiMarketMaxPropertiesLimitExceedException.php │ │ ├── VKApiMarketShopAlreadyDisabledException.php │ │ ├── VKApiMessagesCantPinExpiringMessageException.php │ │ ├── VKApiVotesPermissionException.php │ │ ├── VKApiAdsPermissionException.php │ │ ├── VKApiAppsSubscriptionInvalidStatusException.php │ │ ├── VKApiFriendsAddInEnemyException.php │ │ ├── VKApiLikesReactionCanNotBeAppliedException.php │ │ ├── VKApiMarketInvalidDimensionsException.php │ │ ├── VKApiMarketPhotosCropOverflowException.php │ │ ├── VKApiMessagesChatBotFeatureException.php │ │ ├── VKApiMessagesMessageCannotBeForwardedException.php │ │ ├── VKApiMessagesWritingDisabledForChatException.php │ │ ├── VKApiMethodPermissionException.php │ │ ├── VKApiPrettyCardsCardIsConnectedToPostException.php │ │ ├── VKApiGroupInviteLinksNotValidException.php │ │ ├── VKApiMarketGroupingHasOtherPropertiesException.php │ │ ├── VKApiMessagesCantChangeInviteLinkException.php │ │ ├── VKApiMessagesMessageRequestAlreadySentException.php │ │ ├── VKApiMessagesPeerBlockedReasonByTimeException.php │ │ ├── VKApiAdsLookalikeRequestAudienceTooLargeException.php │ │ ├── VKApiAdsLookalikeRequestAudienceTooSmallException.php │ │ ├── VKApiGroupAppIsNotInstalledInCommunityException.php │ │ ├── VKApiMarketGroupingAlreadyHasSuchVariantException.php │ │ ├── VKApiMessagesGroupForNotificationsOnlyException.php │ │ ├── VKApiMessagesReactionsLimitReachedException.php │ │ ├── VKApiTranslationsMultipleSourceLangException.php │ │ ├── VKApiWallCheckLinkCantDetermineSourceException.php │ │ ├── VKApiMarketGroupingMustContainMoreThanOneItemException.php │ │ ├── VKApiMessagesMemberAccessToGroupDeniedException.php │ │ ├── VKApiAdsLookalikeRequestAlreadyInProgressException.php │ │ ├── VKApiAdsLookalikeRequestMaxCountPerDayReachedException.php │ │ ├── VKApiMarketGroupingItemsMustHaveDistinctPropertiesException.php │ │ ├── VKApiMarketGroupingItemsWithDifferentPropertiesException.php │ │ ├── VKApiAdsLookalikeRequestExportAlreadyInProgressException.php │ │ ├── VKApiAdsLookalikeRequestExportRetargetingGroupLimitException.php │ │ └── VKApiAdsLookalikeRequestExportMaxCountPerDayReachedException.php │ ├── Enums │ ├── NotesGetSort.php │ ├── AdsGetCampaignsFields.php │ ├── VideoGetSortAlbum.php │ ├── MarketSearchRev.php │ ├── NotesGetCommentsSort.php │ ├── AdsGetStatisticsStatsFields.php │ ├── AppsGetScopesType.php │ ├── GroupsTagBindAct.php │ ├── FaveAddTagPosition.php │ ├── LikesGetListFilter.php │ ├── UsersSearchSort.php │ ├── MarketSearchItemsSortDirection.php │ ├── AdsGetPostsReachIdsType.php │ ├── AppsSendRequestType.php │ ├── PhotosGetCommentsSort.php │ ├── UsersSearchSex.php │ ├── AdsGetDemographicsIdsType.php │ ├── AppsGetFriendsListType.php │ ├── BugtrackerSetCompanyMemberRoleRole.php │ ├── MarketGetCommentsSort.php │ ├── MarketSearchItemsBasicSortDirection.php │ ├── UtilsGetLinkStatsSource.php │ ├── BoardGetTopicsPreview.php │ ├── BugtrackerGetCompanyMembersFilterRole.php │ ├── Groups │ │ ├── GroupAccess.php │ │ ├── GroupAudio.php │ │ ├── GroupDocs.php │ │ ├── GroupPhotos.php │ │ ├── GroupTopics.php │ │ ├── GroupVideo.php │ │ ├── GroupWiki.php │ │ ├── GroupAgeLimits.php │ │ ├── MarketState.php │ │ ├── GroupWall.php │ │ ├── GroupRole.php │ │ ├── GroupMarketCurrency.php │ │ └── AddressWorkInfoStatus.php │ ├── MessagesGetHistoryRev.php │ ├── StreamingGetStatsType.php │ ├── AppsAddSnippetVkRef.php │ ├── AppsGetPlatform.php │ ├── BoardGetCommentsSort.php │ ├── FriendsGetRequestsSort.php │ ├── PagesSaveAccessEdit.php │ ├── PagesSaveAccessView.php │ ├── VideoSearchSort.php │ ├── GroupsSearchType.php │ ├── MarketSearchItemsSortBy.php │ ├── AccountSaveProfileInfoSex.php │ ├── FaveGetPagesType.php │ ├── GroupsCreateType.php │ ├── StreamingGetStatsInterval.php │ ├── MarketSearchItemsBasicSortBy.php │ ├── AppsGetLeaderboardType.php │ ├── LikesGetListFriendsOnly.php │ ├── StatsTrackVisitorType.php │ ├── AdsGetDemographicsPeriod.php │ ├── MarketSearchSort.php │ ├── OrdersChangeStateAction.php │ ├── AccountSaveProfileInfoBdateVisibility.php │ ├── MarketEditOrderPaymentStatus.php │ ├── AppsUpdateMetaForTestingGroupPlatforms.php │ ├── WallGetCommentsSort.php │ ├── MessagesMuteChatMentionsMentionStatus.php │ ├── DocsGetMessagesUploadServerType.php │ ├── FriendsGetSuggestionsFilter.php │ ├── AdsGetStatisticsIdsType.php │ ├── StatsGetInterval.php │ ├── GroupsGetMembersSort.php │ ├── VideoGetCommentsSort.php │ ├── FriendsGetOrder.php │ ├── VideoSearchFilters.php │ ├── AdsGetStatisticsPeriod.php │ ├── BoardGetTopicsOrder.php │ ├── NewsfeedGetCommentsFilters.php │ ├── UtilsGetLinkStatsInterval.php │ ├── GroupsCreateSubtype.php │ ├── PollsCreateBackgroundId.php │ ├── MessagesSetActivityType.php │ ├── AccountSetInfoName.php │ ├── AppsGetCatalogFilter.php │ ├── MessagesGetIntentUsersIntent.php │ ├── GroupsGetMembersFilter.php │ ├── AppWidgetsGetAppImagesImageType.php │ ├── Base │ │ └── NameCase.php │ ├── GroupsSearchSort.php │ ├── NotificationsSendMessageSendingMode.php │ ├── PollsEditBackgroundId.php │ ├── AppWidgetsGetGroupImagesImageType.php │ ├── UsersReportType.php │ ├── AdsGetUploadURLAdFormat.php │ ├── AppWidgetsGetAppImageUploadServerImageType.php │ ├── AppWidgetsGetGroupImageUploadServerImageType.php │ ├── MarketReportReason.php │ ├── VideoAddAlbumPrivacy.php │ ├── VideoEditAlbumPrivacy.php │ ├── DocsGetType.php │ ├── Newsfeed │ │ └── IgnoreItemType.php │ ├── NewsfeedUnsubscribeType.php │ ├── BaseLang.php │ ├── Wall │ │ └── GetFilter.php │ ├── MarketReportCommentReason.php │ ├── PhotosReportCommentReason.php │ ├── MessagesGetConversationsFilter.php │ ├── AppsGetCatalogSort.php │ ├── NotificationsGetFilters.php │ ├── PhotosReportReason.php │ ├── GroupsGetFilter.php │ ├── AdsCheckLinkLinkType.php │ ├── UsersSearchStatus.php │ ├── AccountGetInfoFields.php │ ├── WallReportPostReason.php │ ├── WallReportCommentReason.php │ ├── AccountSaveProfileInfoRelation.php │ ├── AdsGetTargetingStatsAdFormat.php │ ├── AppWidgetsUpdateType.php │ ├── AppsAddSnippetButton.php │ ├── WallEditTopicId.php │ ├── FaveGetItemType.php │ ├── FaveSetTagsItemType.php │ ├── VideoReportReason.php │ ├── VideoReportCommentReason.php │ ├── NewsfeedGetFilters.php │ ├── AccountGetCountersFilter.php │ ├── MessagesGetHistoryAttachmentsMediaType.php │ ├── MessagesGetHistoryAttachmentsAttachmentTypes.php │ ├── LikesType.php │ └── MessagesSendIntent.php │ ├── OAuth │ ├── ResponseType.php │ ├── Group │ │ ├── Display.php │ │ └── Scopes.php │ └── User │ │ └── DTO │ │ └── ViewType.php │ └── Client │ ├── Actions │ └── ActionInterface.php │ └── Enums │ └── VKLanguage.php ├── phpunit.xml └── composer.json /src/VK/Exceptions/VKClientException.php: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | tests 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /src/VK/Enums/GroupsGetFilter.php: -------------------------------------------------------------------------------- 1 |