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

org.telegram.telegraph.api.objects.AccountField Maven / Gradle / Ivy

The newest version!
package org.telegram.telegraph.api.objects;

/**
 * @author Ruben Bermudez
 * @version 1.0
 */
public final class AccountField {
    public static String SHORT_NAME = "short_name";
    public static String AUTHOR_NAME = "author_name";
    public static String AUTHOR_URL = "author_url";
    public static String AUTH_URL = "auth_url";
    public static String PAGE_COUNT = "page_count";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy