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

NewsFeedSearchParams() public méthode

Список параметров запроса newsfeed.search
public NewsFeedSearchParams ( bool gog = true ) : System
gog bool
Résultat System
        public NewsFeedSearchParams(bool gog = true)
        {
            Extended = false;
            Count = 30;
            Query = null;
            Latitude = 0;
            Longitude = 0;
            StartTime = null;
            EndTime = null;
            StartFrom = 0;
            Fields = null;
        }