Class: Vk::API::Newsfeed::Methods::UnignoreItem
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Newsfeed::Methods::UnignoreItem
- Defined in:
- lib/vk/api/newsfeed/methods/unignore_item.rb
Overview
Returns a hidden item to the newsfeed.
Arguments collapse
-
#item_id ⇒ Integer
Item identifier.
-
#owner_id ⇒ Integer
Item owner's identifier (user or community); "Note that community id must be negative.
-
#type ⇒ String
Item type.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Newsfeed::Methods::UnignoreItem
|
# File 'lib/vk/api/newsfeed/methods/unignore_item.rb', line 15
|
Instance Method Details
#item_id ⇒ Integer
Returns Item identifier.
29 |
# File 'lib/vk/api/newsfeed/methods/unignore_item.rb', line 29 attribute :item_id, API::Types::Coercible::Int |