Class: Vk::API::Newsfeed::Methods::DeleteBan
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Newsfeed::Methods::DeleteBan
- Defined in:
- lib/vk/api/newsfeed/methods/delete_ban.rb
Overview
Allows news from previously banned users and communities to be shown in the current user's newsfeed.
Arguments collapse
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Newsfeed::Methods::DeleteBan
|
# File 'lib/vk/api/newsfeed/methods/delete_ban.rb', line 15
|
Instance Method Details
#group_ids ⇒ Array
26 |
# File 'lib/vk/api/newsfeed/methods/delete_ban.rb', line 26 attribute :group_ids, API::Types::Coercible::Array.member(API::Types::Coercible::Int).optional.default(nil) |