Method: Vk::API::Newsfeed::NewsfeedPhoto#can_comment
- Defined in:
- lib/vk/api/newsfeed/newsfeed_photo.rb
#can_comment ⇒ API::Base::BoolInt
Returns Information whether current user can comment the photo.
15 |
# File 'lib/vk/api/newsfeed/newsfeed_photo.rb', line 15 attribute :can_comment, API::Base::BoolInt.optional.default(nil) |