Ejemplo n.º 1
0
 public Chat[] GetRecentChats()
 {
     blockUnauthorized();
     return(mainMessageModule.getRecentChats());
 }