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

org.telegram.api.user.status.TLAbsUserStatus Maven / Gradle / Ivy

There is a newer version: 66.2
Show newest version
package org.telegram.api.user.status;

import org.telegram.tl.TLObject;

/**
 * The type TL abs user status.
 */
public abstract class TLAbsUserStatus extends TLObject {
    /**
     * Instantiates a new TL abs user status.
     */
    protected TLAbsUserStatus() {
        super();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy