Class: Vk::API::Groups::MemberStatusFull

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/groups/member_status_full.rb

Overview

Instance Method Summary collapse

Instance Method Details

#invitationAPI::Base::BoolInt

Returns Information whether user has been invited to the group.

Returns:



15
# File 'lib/vk/api/groups/member_status_full.rb', line 15

attribute :invitation, API::Base::BoolInt.optional.default(nil)

#memberAPI::Base::BoolInt

Returns Information whether user is a member of the group.

Returns:



11
# File 'lib/vk/api/groups/member_status_full.rb', line 11

attribute :member, API::Base::BoolInt

#requestAPI::Base::BoolInt

Returns Information whether user has send request to the group.

Returns:



17
# File 'lib/vk/api/groups/member_status_full.rb', line 17

attribute :request, API::Base::BoolInt.optional.default(nil)

#user_idInteger

Returns User ID.

Returns:

  • (Integer)

    User ID



13
# File 'lib/vk/api/groups/member_status_full.rb', line 13

attribute :user_id, API::Types::Coercible::Int