edbrik

Results 3 issues of edbrik

Hi. I really tired create te object `TLAbsInputMedia ` but i cant send messages with files or images This is the code I use ``` TLAbsInputMedia media = new TLInputMediaDocument();...

How get all InputPeers and incomming messages for lines without know?

hi. i want agregate one new contact but i cant do. i use this code. ``` TLInputPhoneContact impc = new TLInputPhoneContact(); impc.setClientId( Math.abs(new Random().nextLong()) ); impc.setFirstName("test name"); impc.setLastName("test lastname..."); impc.setPhone("+529611178076");...