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

org.telegram.api.channel.participants.role.TLChannelParticipantRoleEmpty Maven / Gradle / Ivy

There is a newer version: 66.2
Show newest version
package org.telegram.api.channel.participants.role;

/**
 * @author Ruben Bermudez
 * @version 1.0
 * @brief Channel participant role empty
 * @date 18 of September of 2015
 */
public class TLChannelParticipantRoleEmpty extends TLAbsChannelParticipantRole {
    public static final int CLASS_ID = 0xb285a0c6;

    public TLChannelParticipantRoleEmpty() {
        super();
    }

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

    @Override
    public String toString() {
        return "channel.participants.filters.TLChannelParticipantRoleEmpty#b285a0c6";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy