Class: Vk::API::Friends::FriendStatus

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/friends/friend_status.rb

Overview

Instance Method Summary collapse

Instance Method Details

#friend_statusInteger

Returns Friend status with the user.

Returns:

  • (Integer)

    Friend status with the user



13
# File 'lib/vk/api/friends/friend_status.rb', line 13

attribute :friend_status, API::Types::Coercible::Int.enum(0, 1, 2, 3)

#read_stateInteger

Returns Information whether request is unviewed.

Returns:

  • (Integer)

    Information whether request is unviewed



17
# File 'lib/vk/api/friends/friend_status.rb', line 17

attribute :read_state, API::Types::Coercible::Int.optional.default(nil)

#request_messageString

Returns Message sent with request.

Returns:

  • (String)

    Message sent with request



15
# File 'lib/vk/api/friends/friend_status.rb', line 15

attribute :request_message, API::Types::Coercible::String.optional.default(nil)

#signString

Returns MD5 hash for the result validation.

Returns:

  • (String)

    MD5 hash for the result validation



19
# File 'lib/vk/api/friends/friend_status.rb', line 19

attribute :sign, API::Types::Coercible::String.optional.default(nil)

#user_idInteger

Returns User ID.

Returns:

  • (Integer)

    User ID



11
# File 'lib/vk/api/friends/friend_status.rb', line 11

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