setChatPhoto

inline suspend fun TelegramBot.setChatPhoto(file: ImplicitFile, chatId: Long)(source)
inline suspend fun TelegramBot.setChatPhoto(noinline block: () -> String, chatId: Long)(source)
inline suspend fun TelegramBot.setChatPhoto(file: InputFile, chatId: Long)(source)