Class: Vk::API::Groups::MemberStatusFull
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Groups::MemberStatusFull
- Defined in:
- lib/vk/api/groups/member_status_full.rb
Overview
Instance Method Summary collapse
-
#invitation ⇒ API::Base::BoolInt
Information whether user has been invited to the group.
-
#member ⇒ API::Base::BoolInt
Information whether user is a member of the group.
-
#request ⇒ API::Base::BoolInt
Information whether user has send request to the group.
-
#user_id ⇒ Integer
User ID.
Instance Method Details
#invitation ⇒ API::Base::BoolInt
Returns Information whether user has been invited to the group.
15 |
# File 'lib/vk/api/groups/member_status_full.rb', line 15 attribute :invitation, API::Base::BoolInt.optional.default(nil) |
#member ⇒ API::Base::BoolInt
Returns Information whether user is a member of the group.
11 |
# File 'lib/vk/api/groups/member_status_full.rb', line 11 attribute :member, API::Base::BoolInt |
#request ⇒ API::Base::BoolInt
Returns Information whether user has send request to the group.
17 |
# File 'lib/vk/api/groups/member_status_full.rb', line 17 attribute :request, API::Base::BoolInt.optional.default(nil) |