Results 3 comments of Mehdi

Hi Amin and edbrik, could you please help me in finding a way to read old messages from a channel or supergroup. for example think that the user want to...

thanks Amin, I used as below TLRequestMessagesGetHistory tlReq = new TLRequestMessagesGetHistory(); TLAbsInputPeer _peer = (TLAbsInputPeer) new TLInputPeerChat(); ((TLInputPeerChat) _peer).setChatId(update.getChannelId()); tlReq.setPeer(_peer); TLAbsMessages messagesEx = kernelComm.getApi().doRpcCall(tlReq);` but all the time i get...

hi amin, could you please let me know how can i download (photo , videos, and all files in general) that is related to a message? in other word how...