paginateChatHistory

suspend fun paginateChatHistory(chatId: Long, onlyLocal: Boolean, pageSize: Int = 100, onPage: suspend (List<TdApi.Message>) -> Unit): Int

Paginates GetChatHistory until the thread is exhausted (newest → oldest).

Return

number of raw TDLib messages visited across all pages.