Class: Vk::API::Newsfeed::ItemTopic
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Newsfeed::ItemTopic
- Defined in:
- lib/vk/api/newsfeed/item_topic.rb
Overview
Instance Method Summary collapse
- #comments ⇒ API::Base::CommentsInfo
- #likes ⇒ API::Base::LikesInfo
-
#post_id ⇒ Integer
Topic post ID.
-
#text ⇒ String
Post text.
Instance Method Details
#comments ⇒ API::Base::CommentsInfo
15 |
# File 'lib/vk/api/newsfeed/item_topic.rb', line 15 attribute :comments, Dry::Types[API::Base::CommentsInfo].optional.default(nil) |
#likes ⇒ API::Base::LikesInfo
17 |
# File 'lib/vk/api/newsfeed/item_topic.rb', line 17 attribute :likes, Dry::Types[API::Base::LikesInfo].optional.default(nil) |