UsersGetQuery

Query for Users.get method

Constructors

this
this(VkApiClient client, UserActor actor)

Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters

this
this(VkApiClient client)

Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters

Members

Functions

essentialKeys
string[] essentialKeys()
Undocumented in source. Be warned that the author may not have intended to support it.
fields
UsersGetQuery fields(UserField value)

Profile fields to return.

fields
UsersGetQuery fields(UserField[] value)

Profile fields to return.

getThis
UsersGetQuery getThis()
Undocumented in source. Be warned that the author may not have intended to support it.
nameCase
UsersGetQuery nameCase(UsersNameCase value)

Case for declension of user name and surname

userIds
UsersGetQuery userIds(string value)

User IDs or screen names ("screen_name"). By default, current user ID.

userIds
UsersGetQuery userIds(string[] value)

User IDs or screen names ("screen_name"). By default, current user ID.

Meta