Class: Vk::API::Messages::UserXtrInvitedBy
- Inherits:
-
Users::UserXtrType
- Object
- Dry::Struct
- Schema::Object
- Users::UserMin
- Users::User
- Users::UserXtrType
- Vk::API::Messages::UserXtrInvitedBy
- Defined in:
- lib/vk/api/messages/user_xtr_invited_by.rb
Overview
Instance Method Summary collapse
-
#invited_by ⇒ Integer
ID of the inviter.
Methods inherited from Users::UserXtrType
Methods inherited from Users::User
#online, #photo_100, #photo_50, #screen_name, #sex
Methods inherited from Users::UserMin
#deactivated, #first_name, #hidden, #id, #last_name
Instance Method Details
#invited_by ⇒ Integer
Returns ID of the inviter.
11 |
# File 'lib/vk/api/messages/user_xtr_invited_by.rb', line 11 attribute :invited_by, API::Types::Coercible::Int.optional.default(nil) |