Class: Vk::API::Friends::Methods::AddList
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Friends::Methods::AddList
- Defined in:
- lib/vk/api/friends/methods/add_list.rb
Overview
Creates a new friend list for the current user.
Arguments collapse
-
#name ⇒ String
Name of the friend list.
-
#user_ids ⇒ Array
IDs of users to be added to the friend list.;.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Friends::Methods::AddList
|
# File 'lib/vk/api/friends/methods/add_list.rb', line 15
|