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