Wall class

Методы для работы с записями на стене.

Constructors

Wall.new(Api _api)
Конструктор.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addLike<T>(Map<String, Object> params) Future<ApiResponse<T>>
Добавить лайк на запись.
closeComments<T>(Map<String, Object> params) Future<ApiResponse<T>>
Закрыть комментарии к посту.
createComment<T>(Map<String, Object> params) Future<ApiResponse<T>>
Adds a comment to a post on a user wall or community wall.
delete<T>(Map<String, Object> params) Future<ApiResponse<T>>
Deletes a post from a user wall or community wall.
deleteComment<T>(Map<String, Object> params) Future<ApiResponse<T>>
Deletes a comment on a post on a user wall or community wall.
edit<T>(Map<String, Object> params) Future<ApiResponse<T>>
Edits a post on a user wall or community wall.
editAdsStealth<T>(Map<String, Object> params) Future<ApiResponse<T>>
Allows to edit hidden post.
editComment<T>(Map<String, Object> params) Future<ApiResponse<T>>
Edits a comment on a user wall or community wall.
get<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns a list of posts on a user wall or community wall.
getById<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns a list of posts from user or community walls by their IDs.
getComment<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns a comment on a post on a user wall or community wall.
getComments<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns a list of comments on a post on a user wall or community wall.
getReposts<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns information about reposts of a post on user wall or community wall.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openComments<T>(Map<String, Object> params) Future<ApiResponse<T>>
Открыть комментарии к посту.
Принимает на вход ссылки и возвращает дополнительную информацию, которая может быть использована для создания сниппетов при публикации ссылки на стене пользователя и других ресурсах.
pin<T>(Map<String, Object> params) Future<ApiResponse<T>>
Pins the post on wall.
post<T>(Map<String, Object> params) Future<ApiResponse<T>>
Adds a new post on a user wall or community wall. Can also be used to publish suggested or scheduled posts.
postAdsStealth<T>(Map<String, Object> params) Future<ApiResponse<T>>
Allows to create hidden post which will not be shown on the community's wall and can be used for creating an ad with type "Community post".
reportComment<T>(Map<String, Object> params) Future<ApiResponse<T>>
Reports (submits a complaint about) a comment on a post on a user wall or community wall.
reportPost<T>(Map<String, Object> params) Future<ApiResponse<T>>
Reports (submits a complaint about) a post on a user wall or community wall.
repost<T>(Map<String, Object> params) Future<ApiResponse<T>>
Reposts (copies) an object to a user wall or community wall.
restore<T>(Map<String, Object> params) Future<ApiResponse<T>>
Restores a post deleted from a user wall or community wall.
restoreComment<T>(Map<String, Object> params) Future<ApiResponse<T>>
Restores a comment deleted from a user wall or community wall.
Allows to search posts on user or community walls.
toString() String
A string representation of this object.
inherited
unpin<T>(Map<String, Object> params) Future<ApiResponse<T>>
Unpins the post on wall.

Operators

operator ==(Object other) bool
The equality operator.
inherited