public static ResponseImportContacts fromBytes(byte[] data) throws IOException {
   return Bser.parse(new ResponseImportContacts(), data);
 }
 public static RequestGetAuthSessions fromBytes(byte[] data) throws IOException {
   return Bser.parse(new RequestGetAuthSessions(), data);
 }
 public static RequestRegisterGooglePush fromBytes(byte[] data) throws IOException {
   return Bser.parse(new RequestRegisterGooglePush(), data);
 }
 public static ResponseIntegrationToken fromBytes(byte[] data) throws IOException {
   return Bser.parse(new ResponseIntegrationToken(), data);
 }
 public static RequestRevokeInviteUrl fromBytes(byte[] data) throws IOException {
   return Bser.parse(new RequestRevokeInviteUrl(), data);
 }
 public static ResponseGetPublicGroups fromBytes(byte[] data) throws IOException {
   return Bser.parse(new ResponseGetPublicGroups(), data);
 }
 public static UpdateMessageSent fromBytes(byte[] data) throws IOException {
   return Bser.parse(new UpdateMessageSent(), data);
 }
Exemplo n.º 8
0
 public static RequestSignOut fromBytes(byte[] data) throws IOException {
   return Bser.parse(new RequestSignOut(), data);
 }
 public static UpdateContactsRemoved fromBytes(byte[] data) throws IOException {
   return Bser.parse(new UpdateContactsRemoved(), data);
 }
 public static ResponseInitVoxSupport fromBytes(byte[] data) throws IOException {
   return Bser.parse(new ResponseInitVoxSupport(), data);
 }