org.telegram.telegraph.api.objects.AccountField Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telegraph-meta Show documentation
Show all versions of telegraph-meta Show documentation
Easy to use library to interact with Telegra.ph
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