Class: Vk::API::Board::Methods::EditTopic
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Board::Methods::EditTopic
- Defined in:
- lib/vk/api/board/methods/edit_topic.rb
Overview
Edits the title of a topic on a community's discussion board.
Arguments collapse
-
#group_id ⇒ Integer
ID of the community that owns the discussion board.
-
#title ⇒ String
New title of the topic.
-
#topic_id ⇒ Integer
Topic ID.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Board::Methods::EditTopic
|
# File 'lib/vk/api/board/methods/edit_topic.rb', line 15
|
Instance Method Details
#group_id ⇒ Integer
Returns ID of the community that owns the discussion board.
25 |
# File 'lib/vk/api/board/methods/edit_topic.rb', line 25 attribute :group_id, API::Types::Coercible::Int |