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

org.telegram.telegrambots.meta.api.methods.groupadministration.GetChatMemberCount Maven / Gradle / Ivy

There is a newer version: 7.9.1
Show newest version
package org.telegram.telegrambots.meta.api.methods.groupadministration;

/**
 * @author Ruben Bermudez
 * @version 1.0
 * Use this method to get the number of members in a chat. Returns Int on success.
 * @deprecated  Replaced by {@link GetChatMembersCount}
 */
@Deprecated
public class GetChatMemberCount extends GetChatMembersCount {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy