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

pro.zackpollard.telegrambot.api.user.UserProfilePhotos Maven / Gradle / Ivy

package pro.zackpollard.telegrambot.api.user;

import pro.zackpollard.telegrambot.api.chat.message.content.type.PhotoSize;

/**
 * @author Zack Pollard
 */
public interface UserProfilePhotos {

	/**
	 * Get the total amount of photos this user has
	 *
	 * @return Amount of photos
	 */
	int getTotalCount();

	PhotoSize[][] getPhotos();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy