From 164428421ef950ee9572287fd9ade8876ed4bfe5 Mon Sep 17 00:00:00 2001
From: bt
Read messages previously send to a specific channel. User has to member of the channel to perform this action. since field specifies start of time range for which history should be retrieved. count specifes how many messages should be returned in a single response. GetHistory is a locking sequence and it cannot be cancelled while in progress so count should be set relatively low. To get more messages use multiple requests with incremented offset.¶
Response is just a sequence of Message. Client should use Timestamp field of a Message to show them in corrent order.¶
@@ -1906,7 +1911,7 @@ example: joining, leaving or setting privilages.