ThirdPrince
ThirdPrince
libnavcompiler 报红,但是能编译通过 ,大神这该怎么解决
字段中有List
data class LoginModel( val areacode: String, val deptid: Int, val message: String, val modules: List, val pushtoken: String, val realname: String, val result: Boolean, val status: Int, val token: String,...
Hi, i had download many Files ,it will take up too much disk space ,it have dele Files Api method?(not dele sqlite )
There is a SuperGroup have 20000+ members ,why only get 7000 members by GetSupergroupMembers method?
code : client.send(new TdApi.GetSupergroupMembers(groupId, null, limit, 100), new Client.ResultHandler() { @Override public void onResult(TdApi.Object object) { TdApi.ChatMembers members = (TdApi.ChatMembers)object; if(members.members.length > 0){ for (int i = 0;i
hi@levlam ,I tried to call the importcontact method, but no result was returned.why?
@levlam i get a sharelink https://t.me/OmYYds ,the SearchPublicChats(https://t.me/OmYYds) no result,but SearchPublicChat(OmYYds) had result ,why? There are some links. Which method can I use to get them accurately? Which method do...