Class: Vk::API::Groups::Methods::GetById
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Groups::Methods::GetById
- Defined in:
- lib/vk/api/groups/methods/get_by_id.rb
Overview
Returns information about communities by their IDs.
Arguments collapse
-
#fields ⇒ Array
Group fields to return.;.
-
#group_id ⇒ String
ID or screen name of the community.
-
#group_ids ⇒ Array
IDs or screen names of communities.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Groups::Methods::GetById
|
# File 'lib/vk/api/groups/methods/get_by_id.rb', line 15
|
Instance Method Details
#fields ⇒ Array
Returns Group fields to return.;.
29 |
# File 'lib/vk/api/groups/methods/get_by_id.rb', line 29 attribute :fields, API::Types::Coercible::Array.member(API::Types::Coercible::String).optional.default(nil) |