Uses of Class
org.telegram.telegrambots.meta.api.methods.groupadministration.SetChatPhoto
-
Packages that use SetChatPhoto Package Description org.telegram.telegrambots.meta.api.methods.groupadministration org.telegram.telegrambots.meta.bots -
-
Uses of SetChatPhoto in org.telegram.telegrambots.meta.api.methods.groupadministration
Methods in org.telegram.telegrambots.meta.api.methods.groupadministration that return SetChatPhoto Modifier and Type Method Description SetChatPhotoSetChatPhoto. setChatId(Long chatId)SetChatPhotoSetChatPhoto. setChatId(String chatId)SetChatPhotoSetChatPhoto. setNewPhoto(String photoName, InputStream inputStream)SetChatPhotoSetChatPhoto. setPhoto(File file) -
Uses of SetChatPhoto in org.telegram.telegrambots.meta.bots
Methods in org.telegram.telegrambots.meta.bots with parameters of type SetChatPhoto Modifier and Type Method Description abstract BooleanAbsSender. execute(SetChatPhoto setChatPhoto)Set chat profile photo (https://core.telegram.org/bots/api#setChatPhoto)
-