GetGroupRevisionPagesRequest
data class GetGroupRevisionPagesRequest(account: String, groupId: String, fromRevision: Int, includeFirstRevision: Boolean?) : SignaldRequestBodyV1<GroupHistoryPage>
Content copied to clipboard
Query the server for group revision history. The history contains information about the changes between each revision and the user that made the change.
Constructors
Link copied to clipboard
fun GetGroupRevisionPagesRequest(account: String, groupId: String, fromRevision: Int, includeFirstRevision: Boolean? = null)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun submit(socketCommunicator: SocketCommunicator, id: String): GroupHistoryPage
Content copied to clipboard
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): GroupHistoryPage
Content copied to clipboard
open suspend override fun submitSuspend(socketCommunicator: SuspendSocketCommunicator, id: String): GroupHistoryPage
Content copied to clipboard