All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.telegram.api.contacts.TLContactsNotModified Maven / Gradle / Ivy

There is a newer version: 66.2
Show newest version
/**
 * This is the source code of Telegram Bot v. 2.0
 * It is licensed under GNU GPL v. 3 or later.
 * You should have received a copy of the license in this archive (see LICENSE).
 *
 * Copyright Ruben Bermudez, 13/11/14.
 */
package org.telegram.api.contacts;

/**
 * Contact list on the server is the same as the list on the client
 * @author Ruben Bermudez
 * @version 2.0
 * @date 02 of May of 2015
 */
public class TLContactsNotModified extends TLAbsContacts {
    /**
     * The constant CLASS_ID.
     */
    public static final int CLASS_ID = 0xb74ba9d2;

    /**
     * Instantiates a new TL contacts not modified.
     */
    public TLContactsNotModified() {
        super();
    }

    public int getClassId() {
        return CLASS_ID;
    }

    public String toString() {
        return "contacts.contactsNotModified#b74ba9d2";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy