GetGroupRevisionPagesRequest
Query the server for group revision history. The history contains information about the changes between each revision and the user that made the change.
This type can contain the following fields:
field | type | info |
---|---|---|
account |
String | The account to interact with |
from_revision |
int | The revision to start the pages from. Note that if this is lower than the revision you joined the group, an AuthorizationFailedError is returned. |
group_id |
String | |
include_first_revision |
boolean | Whether to include the first state in the returned pages (default false) |