Подгрузка старых сообщений
This commit is contained in:
@@ -27,6 +27,7 @@ interface ChatApi {
|
||||
suspend fun getMessages(
|
||||
@Path("chatId") chatId: String,
|
||||
@Query("cursor") cursor: String? = null,
|
||||
@Query("pivot") pivot: Long? = null,
|
||||
@Query("limit") limit: Int? = 50
|
||||
): List<MessageDto>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user