Class: Vk::API::Wall::Methods::Restore
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Wall::Methods::Restore
- Defined in:
- lib/vk/api/wall/methods/restore.rb
Overview
Restores a post deleted from a user wall or community wall.
Arguments collapse
-
#owner_id ⇒ Integer
User ID or community ID from whose wall the post was deleted.
-
#post_id ⇒ Integer
ID of the post to be restored.
Instance Method Summary collapse
- #initialize(arguments) ⇒ Wall::Methods::Restore constructor
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Wall::Methods::Restore
|
# File 'lib/vk/api/wall/methods/restore.rb', line 15
|