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