VkNet.Model.RequestParams.LikesGetListParams.LikesGetListParams C# (CSharp) Méthode

LikesGetListParams() public méthode

Параметры запроса likes.getList
public LikesGetListParams ( bool gog = true ) : System
gog bool
Résultat System
        public LikesGetListParams(bool gog = true)
        {
            Type = LikeObjectType.Post;
            Filter = LikesFilter.Likes;
            OwnerId = null;
            ItemId = 0;
            PageUrl = null;
            FriendsOnly = null;
            Offset = null;
            Count = null;
            SkipOwn = null;
            Extended = null;
        }