示例#1
0
 public Chat[] GetRecentChats()
 {
     blockUnauthorized();
     return(mainMessageModule.getRecentChats());
 }