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

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

The newest version!
package org.telegram.api.contacts.toppeers;

import org.telegram.tl.TLObject;

/**
 * @author Ruben Bermudez
 * @version 1.0
 * @brief TODO
 * @date 07 of August of 2016
 */
public abstract class TLAbsContactsTopPeers extends TLObject {
    public TLAbsContactsTopPeers() {
        super();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy