Class: Vk::API::Groups::Methods::GetInvites
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Groups::Methods::GetInvites
- Defined in:
- lib/vk/api/groups/methods/get_invites.rb
Overview
Returns a list of invitations to join communities and events.; ;
Arguments collapse
-
#count ⇒ Integer
Number of invitations to return.
-
#extended ⇒ Boolean
'1' — to return additional for communities..
-
#offset ⇒ Integer
Offset needed to return a specific subset of invitations.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Groups::Methods::GetInvites
|
|
# File 'lib/vk/api/groups/methods/get_invites.rb', line 15
|
Instance Method Details
#count ⇒ Integer
Returns Number of invitations to return.
27 |
# File 'lib/vk/api/groups/methods/get_invites.rb', line 27 attribute :count, API::Types::Coercible::Int.optional.default(20) |
#extended ⇒ Boolean
Returns '1' — to return additional for communities..
29 |
# File 'lib/vk/api/groups/methods/get_invites.rb', line 29 attribute :extended, API::Types::Form::Bool.optional.default(nil) |
#offset ⇒ Integer
Returns Offset needed to return a specific subset of invitations.
25 |
# File 'lib/vk/api/groups/methods/get_invites.rb', line 25 attribute :offset, API::Types::Coercible::Int.optional.default(nil) |