Class: Vk::API::Friends::Requests
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Friends::Requests
- Defined in:
- lib/vk/api/friends/requests.rb
Overview
Instance Method Summary collapse
-
#from ⇒ String
ID of the user by whom friend has been suggested.
- #mutual ⇒ Object
-
#user_id ⇒ Integer
User ID.
Instance Method Details
#from ⇒ String
Returns ID of the user by whom friend has been suggested.
13 |
# File 'lib/vk/api/friends/requests.rb', line 13 attribute :from, API::Types::Coercible::String.optional.default(nil) |