getChatHistory

suspend fun getChatHistory(chatId: Long, fromMessageId: Long = 0, limit: Int = 100, onlyLocal: Boolean = false): List<TdApi.Message>