Method: Vk::API::Board::Methods::GetTopics#preview
- Defined in:
- lib/vk/api/board/methods/get_topics.rb
#preview ⇒ Integer
Returns '1' — to return the first comment in each topic;; '2' — to return the last comment in each topic;; '0' — to return no comments.; ; By default: '0'.
42 |
# File 'lib/vk/api/board/methods/get_topics.rb', line 42 attribute :preview, API::Types::Coercible::Int.optional.default(nil) |