pishgaman-org
pishgaman-org
history command has another argument named offset. ``` history [chat_name] [count_of_messages] [offset] ``` e.g history [chat_name] 100 0 returns first 100 messages and history [chat_name] 100 100 returns next 100...
I have same problem.
I solved it! open **queries.c** file located in tgl directory. find **_tgl_do_get_history** function and comment some lines as follows : ``` C++ static void _tgl_do_get_history (struct tgl_state *TLS, struct get_history_extra...