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

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

#topic_idsArray

Returns IDs of topics to be returned (100 maximum). By default, all topics are returned.; ; If this parameter is set, the 'order', 'offset', and 'count' parameters are ignored.

Returns:

  • (Array)

    IDs of topics to be returned (100 maximum). By default, all topics are returned.; ; If this parameter is set, the 'order', 'offset', and 'count' parameters are ignored.



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

attribute :topic_ids, API::Types::Coercible::Array.member(API::Types::Coercible::Int).optional.default(nil)