Class: Vk::API::Notifications::Reply

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/notifications/reply.rb

Overview

Instance Method Summary collapse

Instance Method Details

#dateInteger

Returns Date when the reply has been created in Unixtime.

Returns:

  • (Integer)

    Date when the reply has been created in Unixtime



13
# File 'lib/vk/api/notifications/reply.rb', line 13

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

#idInteger

Returns Reply ID.

Returns:

  • (Integer)

    Reply ID



11
# File 'lib/vk/api/notifications/reply.rb', line 11

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

#textInteger

Returns Reply text.

Returns:

  • (Integer)

    Reply text



15
# File 'lib/vk/api/notifications/reply.rb', line 15

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