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

org.telegram.api.page.TLAbsPage Maven / Gradle / Ivy

The newest version!
package org.telegram.api.page;

import org.telegram.tl.TLObject;

/**
 * @author Ruben Bermudez
 * @version 1.0
 */
public abstract class TLAbsPage extends TLObject {
    public TLAbsPage() {
        super();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy