getUserProfilePhotos
inline suspend fun TelegramBot.getUserProfilePhotos(userId: Long, offset: Int? = null, limit: Int? = null)(source)
inline suspend fun TelegramBot.getUserProfilePhotos(user: User, offset: Int? = null, limit: Int? = null)(source)