Uses of Class
org.telegram.telegrambots.meta.api.methods.groupadministration.SetChatPhoto
-
Packages that use SetChatPhoto Package Description org.telegram.telegrambots.meta.bots -
-
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)abstract CompletableFuture<Boolean>AbsSender. executeAsync(SetChatPhoto setChatPhoto)Set chat profile photo (https://core.telegram.org/bots/api#setChatPhoto)
-