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

org.telegram.api.contacts.toppeers.TLContactsTopPeersNotModified Maven / Gradle / Ivy

There is a newer version: 66.2
Show newest version
package org.telegram.api.contacts.toppeers;

/**
 * @author Ruben Bermudez
 * @version 1.0
 * @brief TODO
 * @date 07 of August of 2016
 */
public class TLContactsTopPeersNotModified extends TLAbsContactsTopPeers {
    public static final int CLASS_ID = 0xde266ef5;

    public TLContactsTopPeersNotModified() {
        super();
    }

    @Override
    public int getClassId() {
        return CLASS_ID;
    }

    @Override
    public String toString() {
        return "contacts.topPeersNotModified#de266ef5";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy