Второй этап выхода из офлайн режима
This commit is contained in:
@@ -29,6 +29,7 @@ interface ChatApi {
|
||||
@Path("chatId") chatId: String,
|
||||
@Query("cursor") cursor: String? = null,
|
||||
@Query("pivot") pivot: Long? = null,
|
||||
@Query("afterSequenceId") afterSequenceId: Long? = null,
|
||||
@Query("limit") limit: Int? = 50
|
||||
): List<MessageDto>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user