Class: Vk::API::Notifications::Reply
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Notifications::Reply
- Defined in:
- lib/vk/api/notifications/reply.rb
Overview
Instance Method Summary collapse
-
#date ⇒ Integer
Date when the reply has been created in Unixtime.
-
#id ⇒ Integer
Reply ID.
-
#text ⇒ Integer
Reply text.
Instance Method Details
#date ⇒ Integer
Returns 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) |