Class: Vk::API::Pages::Methods::GetHistory
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Pages::Methods::GetHistory
- Defined in:
- lib/vk/api/pages/methods/get_history.rb
Overview
Returns a list of all previous versions of a wiki page.
Arguments collapse
-
#group_id ⇒ Integer
ID of the community that owns the wiki page.
-
#page_id ⇒ Integer
Wiki page ID.
- #user_id ⇒ Integer
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Pages::Methods::GetHistory
|
# File 'lib/vk/api/pages/methods/get_history.rb', line 15
|
Instance Method Details
#group_id ⇒ Integer
Returns ID of the community that owns the wiki page.
27 |
# File 'lib/vk/api/pages/methods/get_history.rb', line 27 attribute :group_id, API::Types::Coercible::Int.optional.default(nil) |