Method: Vk::API::Board::Methods::GetTopics#preview_length

Defined in:
lib/vk/api/board/methods/get_topics.rb

#preview_lengthInteger

Returns Number of characters after which to truncate the previewed comment. To preview the full comment, specify '0'.

Returns:

  • (Integer)

    Number of characters after which to truncate the previewed comment. To preview the full comment, specify '0'.



44
# File 'lib/vk/api/board/methods/get_topics.rb', line 44

attribute :preview_length, API::Types::Coercible::Int.optional.default(90)